On Tue, Dec 08, 2015 at 09:44:01PM +0100, Diego M. Rodriguez wrote: > I am looking for a sponsor for my package "python-jellyfish" > > * Package name : python-jellyfish > Version : 0.5.1-1 > Upstream Author : James Turk <james.p.t...@gmail.com> > * URL : https://github.com/jamesturk/jellyfish > * License : BSD-2-clause > Section : python
Hi Diego, I believe the package also needs Build-Depends on libpython-all-dev and libpython3-all-dev, or the C extensions fail (nonfatally) to compile in a clean chroot environment. Unfortunately, the tests also fail - it appears that pytest is not successfully picking up any tests to run: [...] I: pybuild base:184: cd /tmp/buildd/python-jellyfish-0.5.1/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest ============================= test session starts ============================== platform linux2 -- Python 2.7.11, pytest-2.8.5, py-1.4.31, pluggy-0.3.1 rootdir: /tmp/buildd/python-jellyfish-0.5.1, inifile: collected 0 items ========================= no tests ran in 0.00 seconds ========================= E: pybuild pybuild:274: test: plugin distutils failed with: exit code=5: cd /tmp/buildd/python-jellyfish-0.5.1/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest [...] -- Nicholas Breen nbr...@debian.org