aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-blessings/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-blessings/APKBUILD')
-rw-r--r--testing/py-blessings/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-blessings/APKBUILD b/testing/py-blessings/APKBUILD
index bcd1a3518c..a6912b8e9c 100644
--- a/testing/py-blessings/APKBUILD
+++ b/testing/py-blessings/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python wrapper around terminal coloring, styling, and positioning"
url="https://github.com/erikrose/blessings"
arch="noarch"
license="MIT"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""