diff options
Diffstat (limited to 'testing/py-pykka/APKBUILD')
-rw-r--r-- | testing/py-pykka/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pykka/APKBUILD b/testing/py-pykka/APKBUILD index 83d9964bf6..874c1ecde8 100644 --- a/testing/py-pykka/APKBUILD +++ b/testing/py-pykka/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Easy to use concurrency abstractions for Python using the actor model" url="http://pykka.readthedocs.org/" arch="noarch" license="Apache" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev" install="" |