diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-16 17:55:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-16 17:55:57 +0000 |
commit | 276caff39d8fcd630ac181998b80d10c2a28ff05 (patch) | |
tree | 16fa29bdfe8aa683ac80d9fcc726d90135428197 | |
parent | Releasing progress-linux version 0.7.0-1~progress6+u1. (diff) | |
download | python-build-276caff39d8fcd630ac181998b80d10c2a28ff05.tar.xz python-build-276caff39d8fcd630ac181998b80d10c2a28ff05.zip |
Merging debian version 0.7.0-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6d72ada..4705f6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-build (0.7.0-2) unstable; urgency=medium + + * Team upload. + * Update python3-build depends: (Closes: 988085) + - Add missing Depends on python3-wheel + - Move python3-pip and python3-venv to suggests + + -- Scott Kitterman <scott@kitterman.com> Sat, 11 Dec 2021 19:20:52 -0500 + python-build (0.7.0-1~progress6+u1) fuchur-backports; urgency=medium * Initial upload to fuchur-backports. diff --git a/debian/control b/debian/control index 534eca7..d6a802f 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,9 @@ Depends: ${python3:Depends}, python3-packaging, python3-pep517 (>= 0.9), python3-toml, - python3-pip, - python3-venv, + python3-wheel, +Suggests: python3-pip, + python3-venv, Description: Simple, correct PEP517 package builder (Python 3) python-build will invoke the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any |