diff options
Diffstat (limited to 'testing/py-pefile/APKBUILD')
-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" |