diff options
Diffstat (limited to 'testing/py-fs/APKBUILD')
-rw-r--r-- | testing/py-fs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-fs/APKBUILD b/testing/py-fs/APKBUILD index 94ed2aa436..64b3c52c01 100644 --- a/testing/py-fs/APKBUILD +++ b/testing/py-fs/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-boto py-paramiko py-six py-django py-dexml" depends_dev="" -makedepends="python-dev py-setuptools py-six" +makedepends="python2-dev py-setuptools py-six" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |