Re: Binary package contains no Python dependencies, how to convince ‘dh_python3’ to detect them?

2019-01-25 Thread Ben Finney
Piotr Ożarowski writes: > gandi-cli name suggests it's not providing public module and thus no > "public" requires.txt. If you want dh_python3 to read dependencies from > a random file - make sure dh_python3 knows which one it should use: > > override_dh_python3: > dh_python3 --requires

Re: Binary package contains no Python dependencies, how to convince ‘dh_python3’ to detect them?

2018-07-16 Thread Piotr Ożarowski
[Ben Finney, 2018-07-15] > The Debian package ‘gandi-cli’ is building with none of the Python > library dependencies detected, so the “Depends” field contains none of > the required Python library packages. Why isn't ‘dh_python3’ reading the > dependencies from ‘requires.txt’? gandi-cli name

Binary package contains no Python dependencies, how to convince ‘dh_python3’ to detect them?

2018-07-15 Thread Ben Finney
Howdy all, The Debian package ‘gandi-cli’ is building with none of the Python library dependencies detected, so the “Depends” field contains none of the required Python library packages. Why isn't ‘dh_python3’ reading the dependencies from ‘requires.txt’? When I install the upstream source, it