diff options
Diffstat (limited to 'testing/py-geventwebsocket/APKBUILD')
-rw-r--r-- | testing/py-geventwebsocket/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-geventwebsocket/APKBUILD b/testing/py-geventwebsocket/APKBUILD index d49b46afd3..6fc13e8743 100644 --- a/testing/py-geventwebsocket/APKBUILD +++ b/testing/py-geventwebsocket/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="gevent websockets library" url="https://pypi.python.org/pypi/gevent-websocket/" arch="all" license="BSD" -depends="python py-gevent" +depends="python2 py-gevent" depends_dev="" makedepends="python2-dev py-setuptools" install="" |