Comment 0 for bug 1890561

Revision history for this message
Iain Lane (laney) wrote : Explicit dependency on python3-intervals isn't needed

When reviewing the package for source NEW, I noticed there's a dependency on python3-intervals. Usually python3 packages get these from requires.txt automatically (via ${python3:Depends}).

I tried a test build with this dependency dropped [and DH_VERBOSE=1, to see the below] and it works correctly.

D: dh_python3 fs:260: package python3-intervals details = {'requires.txt': {'debian/python3-intervals/usr/lib/python3/dist-packages/intervals-0.9.0.egg-info/requires.txt'}, 'egg-info': set(), 'nsp.txt': set(), 'shebangs': set(), 'public_vers': {Version('3')}, 'private_dirs': {}, 'compile': True, 'ext_vers': set(), 'ext_no_version': set()}
D: dh_python3 depends:117: generating dependencies for package python3-intervals
D: dh_python3 pydist:142: trying to find dependency for infinity>=0.1.3 (python=None)
D: dh_python3 pydist:210: invoking dpkg -S *python3/*/[Ii][Nn][Ff][Ii][Nn][Ii][Tt][Yy]-?*\.egg-info
D: dh_python3 depends:275: D={'python3-infinity', 'python3:any'}; R=[]; S=[]; E=[], B=[]; RT=[]

On the next upload, please could you drop the python3-intervals dependency?