Skip to content
Commits on Source (2)
......@@ -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
......