Add dependency on pkg_resources.
Michael R. Crusoe
5 years ago
|
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 |
|
0 | 6 |
ctdconverter (2.0-3) unstable; urgency=medium
|
1 | 7 |
|
2 | 8 |
* Add missing build-dep on 2to3
|
6 | 6 |
dh-python,
|
7 | 7 |
python3,
|
8 | 8 |
python3-setuptools,
|
|
9 |
python3-pkg-resources,
|
9 | 10 |
python3-lxml,
|
10 | 11 |
python3-ruamel.yaml,
|
11 | 12 |
python3-ctdopts,
|
154 | 154 |
+ #
|
155 | 155 |
+ # For an analysis of "install_requires" vs pip's requirements files see:
|
156 | 156 |
+ # 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'],
|
158 | 158 |
+
|
159 | 159 |
+ # List additional groups of dependencies here (e.g. development
|
160 | 160 |
+ # dependencies). Users will be able to install these using the "extras"
|
|
0 |
pkg_resources python3-pkg-resources
|