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/py-pefile | |
parent | 2480e9ea6684ef447270fbbf164c84164b802712 (diff) | |
download | aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.bz2 aports-af0c01ac63cfe01e0feb2f423efb822c93ba7e03.tar.xz |
[various] rename dependency python-dev to python2-dev
Diffstat (limited to 'testing/py-pefile')
-rw-r--r-- | testing/py-pefile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pefile/APKBUILD b/testing/py-pefile/APKBUILD index c40d487f80..610aadbfd6 100644 --- a/testing/py-pefile/APKBUILD +++ b/testing/py-pefile/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/erocarrera/pefile" arch="noarch" license="MIT" depends="py3-future" -makedepends="python-dev python3-dev py-setuptools" +makedepends="python2-dev python3-dev py-setuptools" install="" subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" source="https://github.com/erocarrera/$_pkgname/files/192316/$_pkgname-$pkgver.tar.gz" |