diff options
Diffstat (limited to 'testing/py-sendfile/APKBUILD')
-rw-r--r-- | testing/py-sendfile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sendfile/APKBUILD b/testing/py-sendfile/APKBUILD index 1f84af9a37..a6996e9f22 100644 --- a/testing/py-sendfile/APKBUILD +++ b/testing/py-sendfile/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python interface to sendfile" url="https://pypi.python.org/pypi/pysendfile" arch="all" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |