diff options
Diffstat (limited to 'testing/py-webtest/APKBUILD')
-rw-r--r-- | testing/py-webtest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-webtest/APKBUILD b/testing/py-webtest/APKBUILD index cf098b37e6..eb08f7db4c 100644 --- a/testing/py-webtest/APKBUILD +++ b/testing/py-webtest/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Helper to test WSGI applications" url="http://webtest.pythonpaste.org/" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools py-waitress py-six py-beautifulsoup4 py-webob" |