diff options
Diffstat (limited to 'testing/py-wsgiref/APKBUILD')
-rw-r--r-- | testing/py-wsgiref/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-wsgiref/APKBUILD b/testing/py-wsgiref/APKBUILD index 213024a6b2..4112c33e6e 100644 --- a/testing/py-wsgiref/APKBUILD +++ b/testing/py-wsgiref/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A WSGI (PEP 333) Reference Library" url="http://cheeseshop.python.org/pypi/wsgiref" arch="noarch" license="Python" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |