commit c88c3e50e12b3c6273bdf913b123fa3124c134d5
parent 4e4542ac64c48bae25287613d7b5eedba7c81ef3
Author: Dan Callaghan <djc@djc.id.au>
Date: Thu, 30 Jun 2011 20:00:07 +1000
mod_wsgi: fix python dependency
Needs a matching Python slot. Python 3 support is still questionable.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/apache-mod/mod_wsgi/mod_wsgi-3.3.exheres-0 b/packages/apache-mod/mod_wsgi/mod_wsgi-3.3.exheres-0
@@ -12,7 +12,7 @@ PLATFORMS="~x86 ~amd64"
DEPENDENCIES="
build+run:
www-servers/apache
- dev-lang/python[>=2.3]
+ dev-lang/python:=[>=2.3&<3.0]
"
BUGS_TO="djc@djc.id.au"