aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-mongo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-mongo/APKBUILD')
-rw-r--r--testing/py-mongo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-mongo/APKBUILD b/testing/py-mongo/APKBUILD
index baf148399bb..80fc4ad50b7 100644
--- a/testing/py-mongo/APKBUILD
+++ b/testing/py-mongo/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python driver for MongoDB"
url="https://github.com/mongodb/mongo-python-driver"
arch="all"
license="ASL 2.0"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""