[Python-modules-team] Bug#866575: libapache2-mod-wsgi-py3: Impossible depends when built with more then one supported python3 version
Scott Kitterman
debian at kitterman.com
Fri Jun 30 06:41:50 UTC 2017
Package: libapache2-mod-wsgi-py3
Version: 4.5.11-1
Severity: grave
Justification: renders package unusable
After binNMU with both python3.5 and python3.6 as supported python3 versions,
the package depends include:
python3 (>= 3.6), python3 (<< 3.6)
This makes it unistallable (thus the grave bug). Ideally, it would build for
both versions and the depends would be:
python3 (>= 3.5), python3 (<< 3.7)
It does look like it is correctly building for both versions:
./usr/lib/apache2/modules/mod_wsgi.so -> mod_wsgi.so-3.5
./usr/lib/apache2/modules/mod_wsgi.so-3.5
./usr/lib/apache2/modules/mod_wsgi.so-3.6
Scott K
More information about the Python-modules-team
mailing list