diff options
Diffstat (limited to 'testing/py-webob/APKBUILD')
-rw-r--r-- | testing/py-webob/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-webob/APKBUILD b/testing/py-webob/APKBUILD index f0ebdec41c..c193ba29aa 100644 --- a/testing/py-webob/APKBUILD +++ b/testing/py-webob/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python WSGI request and response objects" url="http://webob.org/" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools py-tempita py-dtopt" install="" |