diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 18:13:47 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 18:13:47 +0100 |
commit | 79dac2d84a74f676b918cdcffc64f1fa02c34791 (patch) | |
tree | f87571bbda84cac85fa3b3a80c86269fa9ddedcb | |
parent | 63eadb1196bc54d173c97639c4149ad566823e4c (diff) | |
download | aports-79dac2d84a74f676b918cdcffc64f1fa02c34791.tar.bz2 aports-79dac2d84a74f676b918cdcffc64f1fa02c34791.tar.xz |
community/gexiv2: drop obsolete python2 only dependency for tests
-rw-r--r-- | community/gexiv2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD index e8d533d478..74c5ae453f 100644 --- a/community/gexiv2/APKBUILD +++ b/community/gexiv2/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="a GObject-based wrapper around the Exiv2 library" url="https://wiki.gnome.org/Projects/gexiv2" arch="all" license="GPL-2.0-or-later" -makedepends="exiv2-dev meson py-gobject3 py-gobject glib-dev gtk-doc +makedepends="exiv2-dev meson py3-gobject3 glib-dev gtk-doc gobject-introspection-dev vala" subpackages="$pkgname-dev" source="https://download.gnome.org/sources/gexiv2/${pkgver%.*}/gexiv2-$pkgver.tar.xz" |