Codebase list ctdconverter / debian/2.0-4
Add dependency on pkg_resources. Michael R. Crusoe 6 years ago
4 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ctdconverter (2.0-4) unstable; urgency=medium
1
2 * Add missing dependency on pkg_resources, fixes AutoPkgTest
3
4 -- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 25 Feb 2018 09:49:18 -0800
5
06 ctdconverter (2.0-3) unstable; urgency=medium
17
28 * Add missing build-dep on 2to3
66 dh-python,
77 python3,
88 python3-setuptools,
9 python3-pkg-resources,
910 python3-lxml,
1011 python3-ruamel.yaml,
1112 python3-ctdopts,
154154 + #
155155 + # For an analysis of "install_requires" vs pip's requirements files see:
156156 + # https://packaging.python.org/en/latest/requirements.html
157 + install_requires=['lxml', 'ruamel.yaml', 'ctdopts'], # Optional
157 + install_requires=['lxml', 'ruamel.yaml', 'ctdopts', 'pkg_resources'],
158158 +
159159 + # List additional groups of dependencies here (e.g. development
160160 + # dependencies). Users will be able to install these using the "extras"
0 pkg_resources python3-pkg-resources