diff options
Diffstat (limited to 'testing/py-waitress')
-rw-r--r-- | testing/py-waitress/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-waitress/APKBUILD b/testing/py-waitress/APKBUILD index 114a17c9f4..44b4ac1dc9 100644 --- a/testing/py-waitress/APKBUILD +++ b/testing/py-waitress/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python WSGI server" url="https://github.com/Pylons/waitress" arch="noarch" license="ZPL 2.1" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |