diff options
| author | Stefano Rivera <stefanor@debian.org> | 2023-11-22 17:08:34 +0000 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2023-11-22 22:37:32 +0000 |
| commit | 90753ce58027232c82029faedf69d2a2aba9ba63 (patch) | |
| tree | 2bb63ce086819e7428234edf810dad8503594ef9 | |
| parent | d3caca2b9483178a19528b78b9442dd3faa7816b (diff) | |
20.24.6+ds-2 (patches unapplied)import/20.24.6+ds-2
Imported using git-ubuntu import.
Notes
Notes:
* Unversion the setuptools dependency in our autopkgtest test package.
(Closes: #1056513)
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/tests/testpackage/pyproject.toml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8bf91be..cc9e4d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-virtualenv (20.24.6+ds-2) unstable; urgency=medium + + * Unversion the setuptools dependency in our autopkgtest test package. + (Closes: #1056513) + + -- Stefano Rivera <stefanor@debian.org> Wed, 22 Nov 2023 17:08:34 +0000 + python-virtualenv (20.24.6+ds-1) unstable; urgency=medium * New upstream point release. diff --git a/debian/tests/testpackage/pyproject.toml b/debian/tests/testpackage/pyproject.toml index 3dc8350..ee4c9df 100644 --- a/debian/tests/testpackage/pyproject.toml +++ b/debian/tests/testpackage/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools == 44.0.0", + "setuptools", ] build-backend = 'setuptools.build_meta' |
