dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
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:
Mpackages/apache-mod/mod_wsgi/mod_wsgi-3.3.exheres-0 | 2+-
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"