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 /testing/openxcap | |
parent | 2480e9ea6684ef447270fbbf164c84164b802712 (diff) | |
download | aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.bz2 aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.xz |
[various] rename dependency python-dev to python2-dev
Diffstat (limited to 'testing/openxcap')
-rw-r--r-- | testing/openxcap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openxcap/APKBUILD b/testing/openxcap/APKBUILD index 06c4591175..a03ab7b96b 100644 --- a/testing/openxcap/APKBUILD +++ b/testing/openxcap/APKBUILD @@ -11,7 +11,7 @@ arch="noarch" license="GPL" depends="python py-application py-gnutls py-twisted py-pillow py-lxml py-mysqldb" -makedepends="python-dev" +makedepends="python2-dev" install="$pkgname.pre-install" source="http://download.ag-projects.com/XCAP/$pkgname-$pkgver.tar.gz config.ini |