Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add dependencies on python-pkg-resources
· 37df25ed
Afif Elghraoui
authored
Apr 22, 2018
Closes: #896292, #896402
37df25ed
Bump Standards-Version to 4.1.3
· e506a07a
Afif Elghraoui
authored
Apr 22, 2018
e506a07a
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
e506a07a
...
...
@@ -18,7 +18,7 @@ Build-Depends:
python3-colorama,
python3-pexpect,
python3-appdirs,
Standards-Version: 4.1.
1
Standards-Version: 4.1.
3
Homepage: https://easydev-python.readthedocs.io/en/latest/
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-easydev.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-easydev.git
...
...
@@ -29,6 +29,7 @@ Architecture: all
Depends:
${python:Depends},
${misc:Depends},
python-pkg-resources,
python-appdirs,
Description: common utilities to ease the development of Python packages (Python 2)
The package easydev provides miscellaneous functions that are often used in
...
...
@@ -42,6 +43,7 @@ Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
python3-pkg-resources,
python3-appdirs,
Description: common utilities to ease the development of Python packages (Python 3)
The package easydev provides miscellaneous functions that are often used in
...
...