aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-crc16/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-crc16/APKBUILD')
-rw-r--r--testing/py-crc16/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-crc16/APKBUILD b/testing/py-crc16/APKBUILD
index bde0bb3e391..6d3b1279760 100644
--- a/testing/py-crc16/APKBUILD
+++ b/testing/py-crc16/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python library for calculating CRC16"
url="https://code.google.com/p/pycrc16/"
arch="all"
license="MIT"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""