On Sat, Jul 30, 2016 at 02:15:58AM -0400, Holger Levsen wrote: > reprotest 0.2 fails to build properly on jessie, that is, it builds but > the .deb only contains the changelog.gz and copyright.
changing the line
X-Python3-Version: >= 3.5
in debian/control into
X-Python3-Version: >= 3.4
makes it build a non-empty package, but when trying to use it I get this:
$ reprotest
Traceback (most recent call last):
File "/usr/bin/reprotest", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2876, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 449, in
_build_master
ws.require(__requires__)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 745, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: python-magic
python3-magic is installed.
--
cheers,
Holger
signature.asc
Description: Digital signature

