diff options
Diffstat (limited to 'testing/py-telnetsrv')
-rw-r--r-- | testing/py-telnetsrv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-telnetsrv/APKBUILD b/testing/py-telnetsrv/APKBUILD index 2a9ac45333..16f21f05ae 100644 --- a/testing/py-telnetsrv/APKBUILD +++ b/testing/py-telnetsrv/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python Telnet server handler library" url="https://github.com/ianepperson/telnetsrvlib" arch="noarch" license="LGPL+" -depends="python py-gevent py-paramiko" +depends="python2 py-gevent py-paramiko" depends_dev="" makedepends="python2-dev py-setuptools" install="" |