diff options
Diffstat (limited to 'testing/py-netifaces/APKBUILD')
-rw-r--r-- | testing/py-netifaces/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-netifaces/APKBUILD b/testing/py-netifaces/APKBUILD index 7b7a890726..f414c088d8 100644 --- a/testing/py-netifaces/APKBUILD +++ b/testing/py-netifaces/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="" depends_dev="" -makedepends="python-dev py-setuptools linux-headers" +makedepends="python2-dev py-setuptools linux-headers" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |