diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 18:18:29 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 19:47:14 +0200 |
commit | af0c01ac63cfe01e0feb2f423efb822c93ba7e03 (patch) | |
tree | 00c5cd502d38210c7f3ef1c42d6b6d505236059c /main/gobject-introspection | |
parent | 2480e9ea6684ef447270fbbf164c84164b802712 (diff) | |
download | aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.bz2 aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.xz |
[various] rename dependency python-dev to python2-dev
Diffstat (limited to 'main/gobject-introspection')
-rw-r--r-- | main/gobject-introspection/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index 2bb06c203e..4c60301b7b 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -7,7 +7,7 @@ url="http://live.gnome.org/GObjectIntrospection" arch="all" license="LGPL GPL" depends_dev="python glib-dev libffi-dev cairo-dev libtool" -makedepends="$depends_dev flex bison python-dev" +makedepends="$depends_dev flex bison python2-dev" depends= replaces="libgirepository" source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz |