diff options
Diffstat (limited to 'testing/unify/APKBUILD')
-rw-r--r-- | testing/unify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unify/APKBUILD b/testing/unify/APKBUILD index 15dd6317e8..fb56e3bf8b 100644 --- a/testing/unify/APKBUILD +++ b/testing/unify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" |