aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2-mod-wsgi
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-26 18:51:19 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-26 19:47:58 +0200
commitd6529c8d14d870c966dc74c3008cdce15dabb7c5 (patch)
tree0b9de4660ef32fa295c8ab166a4613bb0c36f6b8 /main/apache2-mod-wsgi
parentaf0c01ac63cfe01e0feb2f423efb822c93ba7e03 (diff)
downloadaports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.bz2
aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.xz
[various] rename dependency python to python2
Diffstat (limited to 'main/apache2-mod-wsgi')
-rw-r--r--main/apache2-mod-wsgi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apache2-mod-wsgi/APKBUILD b/main/apache2-mod-wsgi/APKBUILD
index f69f79e9b0..0799c41be6 100644
--- a/main/apache2-mod-wsgi/APKBUILD
+++ b/main/apache2-mod-wsgi/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python WSGI Module for Apache2"
url="http://code.google.com/p/modwsgi/"
arch="all"
license="ASL 2.0"
-depends="apache2 python"
+depends="apache2 python2"
depends_dev=
makedepends="$depends_dev apache2-dev python2-dev"
install=""