diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:52:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:53:03 +0000 |
commit | 252d686c7d892c64ff387d9335235a8a8bb91d6b (patch) | |
tree | 277103df71a456ecaad3356a209749f4bbc36291 /testing/apache2-mod-wsgi | |
parent | 78bd8b96b1cc618c19ff38aa75aece6026edb5e0 (diff) | |
download | aports-252d686c7d892c64ff387d9335235a8a8bb91d6b.tar.bz2 aports-252d686c7d892c64ff387d9335235a8a8bb91d6b.tar.xz |
testing/[various]: rebuild against python-2.7
Diffstat (limited to 'testing/apache2-mod-wsgi')
-rw-r--r-- | testing/apache2-mod-wsgi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apache2-mod-wsgi/APKBUILD b/testing/apache2-mod-wsgi/APKBUILD index 89c04f2c24..14b4a644fc 100644 --- a/testing/apache2-mod-wsgi/APKBUILD +++ b/testing/apache2-mod-wsgi/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache2-mod-wsgi _realname=mod_wsgi pkgver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python WSGI Module for Apache2" url="http://code.google.com/p/modwsgi/" arch="all" |