Hello,

At a first glance on the source package of uhd it seems like
a pure python3 package.

However looking closer on the generated binary packages it can be seen
that the 'uhd-host' binary package has a dependency on python:any.

The reason seems to be that there are many python scripts that has
a shebang looking like this:
#!/usr/bin/env python

Someone should check if these scripts are compatible with both python2
and python3 and if so just switch the shebang to use python3. That
should make the python:any dependency go away.

Regards,
Andreas Henriksson

Reply via email to