[Python-modules-team] Bug#944827: pytest-pylint (build-)depends on cruft package.
peter green
plugwash at p10link.net
Sat Nov 16 02:16:47 GMT 2019
Package: pytest-pylint
Version: 0.14.1-1Severity: serious
Tags: bullseye, sid, patch
python3-pytest-pylint depends on and the pytest-pylint source package build-depends on the pylint3 binary package which is no longer built by the pylint source package. The python 3 pylint functionality is now in the pylint binary package.
The build-dependency needs to be fixed manually, the binary dependency seems to follow along automatically once the built-dependency is fixed and the package rebuilt.
Debdiff attatched, no intent to NMU.
-------------- next part --------------
diff -Nru pytest-pylint-0.14.1/debian/changelog pytest-pylint-0.14.1/debian/changelog
--- pytest-pylint-0.14.1/debian/changelog 2019-07-25 12:30:33.000000000 +0000
+++ pytest-pylint-0.14.1/debian/changelog 2019-11-16 02:11:49.000000000 +0000
@@ -1,3 +1,10 @@
+pytest-pylint (0.14.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Update build-dependency for pylint3->pylint package rename.
+
+ -- Peter Michael Green <plugwash at debian.org> Sat, 16 Nov 2019 02:11:49 +0000
+
pytest-pylint (0.14.1-1) unstable; urgency=medium
* Rebase patche
diff -Nru pytest-pylint-0.14.1/debian/control pytest-pylint-0.14.1/debian/control
--- pytest-pylint-0.14.1/debian/control 2019-07-25 12:11:19.000000000 +0000
+++ pytest-pylint-0.14.1/debian/control 2019-11-16 02:11:46.000000000 +0000
@@ -8,7 +8,7 @@
Build-Depends:
debhelper-compat (= 12),
dh-python,
- pylint3,
+ pylint (>= 2.2.2-2),
python3-all,
python3-mock,
python3-pytest,
More information about the Python-modules-team
mailing list