diff options
Diffstat (limited to 'community/py-crcmod/APKBUILD')
-rw-r--r-- | community/py-crcmod/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-crcmod/APKBUILD b/community/py-crcmod/APKBUILD index 777205b8a1..916fae4d8a 100644 --- a/community/py-crcmod/APKBUILD +++ b/community/py-crcmod/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/crcmod/" arch="all" license="MIT" depends="python" -makedepends="python-dev" +makedepends="python2-dev" source="https://files.pythonhosted.org/packages/source/c/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver |