Control: tags 917085 + patch
Control: tags 917085 + pending
Dear maintainer,
I've prepared an NMU for pyzo (versioned as 4.4.3-1.2) and uploaded
it to DELAYED/10. 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 pyzo-4.4.3/debian/changelog pyzo-4.4.3/debian/changelog
--- pyzo-4.4.3/debian/changelog 2018-11-30 17:17:18.000000000 +0200
+++ pyzo-4.4.3/debian/changelog 2019-01-11 20:09:52.000000000 +0200
@@ -1,3 +1,11 @@
+pyzo (4.4.3-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add the missing dependency on python3-pkg-resources,
+ thanks to Julien Cervelle. (Closes: #917085)
+
+ -- Adrian Bunk <[email protected]> Fri, 11 Jan 2019 20:09:52 +0200
+
pyzo (4.4.3-1.1) unstable; urgency=high
* Non-maintainer upload.
diff -Nru pyzo-4.4.3/debian/control pyzo-4.4.3/debian/control
--- pyzo-4.4.3/debian/control 2017-10-09 21:59:11.000000000 +0300
+++ pyzo-4.4.3/debian/control 2019-01-11 20:09:52.000000000 +0200
@@ -21,7 +21,8 @@
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-qtpy
+ python3-qtpy,
+ python3-pkg-resources
Suggests: pyzo-doc
Description: interactive editor for scientific Python
Pyzo is a cross-platform Python IDE focused on interactivity and introspection,