Control: tags 896231 + patch
Control: tags 896231 + pending
Control: tags 896428 + patch
Control: tags 896428 + pending
Dear maintainer,
I've prepared an NMU for pytest-runner (versioned as 2.11.1-1.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru pytest-runner-2.11.1/debian/changelog pytest-runner-2.11.1/debian/changelog
--- pytest-runner-2.11.1/debian/changelog 2017-07-11 11:01:58.000000000 +0300
+++ pytest-runner-2.11.1/debian/changelog 2018-09-27 20:35:32.000000000 +0300
@@ -1,3 +1,13 @@
+pytest-runner (2.11.1-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * python-pytest-runner: Add the missing dependencies on
+ python-pkg-resources and python-setuptools. (Closes: #896231)
+ * python3-pytest-runner: Add the missing dependencies on
+ python3-pkg-resources and python3-setuptools. (Closes: #896428)
+
+ -- Adrian Bunk <[email protected]> Thu, 27 Sep 2018 20:35:32 +0300
+
pytest-runner (2.11.1-1) unstable; urgency=medium
[ Ondřej Nový ]
diff -Nru pytest-runner-2.11.1/debian/control pytest-runner-2.11.1/debian/control
--- pytest-runner-2.11.1/debian/control 2017-07-11 10:40:28.000000000 +0300
+++ pytest-runner-2.11.1/debian/control 2018-09-27 20:35:32.000000000 +0300
@@ -22,6 +22,8 @@
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
+ python-pkg-resources,
+ python-setuptools,
Description: Invoke py.test as distutils command with dependency resolution - Python 2.x
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.
@@ -32,6 +34,8 @@
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
+ python3-pkg-resources,
+ python3-setuptools,
Description: Invoke py.test as distutils command with dependency resolution - Python 3.x
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.