[pkg-uWSGI-devel] Bug#801772: python3-uwsgidecorators: Depends multiple versions of libpython3

Scott Kitterman debian at kitterman.com
Wed Oct 14 12:20:18 UTC 2015


Package: python3-uwsgidecorators
Version: 2.0.11.1-1
Severity: normal

Now that uwsgi-plugin-python3 is built with multiple versions of python3
(which is good), it Depends on multiple versions of libpython3 (which is bad).

Depends: libc6 (>= 2.14), libpython3.4 (>= 3.4.2), libpython3.5 (>= 3.5.0~b1),
uwsgi-core (= 2.0.11.1-1)

In reality it needs either one installed, not both.

There are a number of ways this could be expressed that would be more correct:

libpython3.4 (>= 3.4.2) | libpython3.5 (>= 3.5.0~b1)

or even better:

libpython3 (>= 3.4), libpython3 (<< 3.6)

Scott K



More information about the pkg-uWSGI-devel mailing list