summaryrefslogtreecommitdiffstats
path: root/testing/py-pykka/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-pykka/APKBUILD')
-rw-r--r--testing/py-pykka/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pykka/APKBUILD b/testing/py-pykka/APKBUILD
index 83d9964bf6a..874c1ecde8d 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=""