[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921844: stretch-pu: package pyzo/4.3.1-1+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

pyzo fails to start due to a missing dependeny on python3-pkg-resources,
#917085. This is a trivial backport from sid and already uploaded.


Andreas
diff -Nru pyzo-4.3.1/debian/changelog pyzo-4.3.1/debian/changelog
--- pyzo-4.3.1/debian/changelog	2016-09-29 11:49:53.000000000 +0200
+++ pyzo-4.3.1/debian/changelog	2019-02-09 12:43:46.000000000 +0100
@@ -1,3 +1,15 @@
+pyzo (4.3.1-1+deb9u1) stretch; urgency=medium
+
+  [ Andreas Beckmann]
+  * Non-maintainer upload.
+  * Backport dependency fix from 4.4.3-1.2.
+
+  [ Adrian Bunk ]
+  * Add the missing dependency on python3-pkg-resources,
+    thanks to Julien Cervelle. (Closes: #917085)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 09 Feb 2019 12:43:46 +0100
+
 pyzo (4.3.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru pyzo-4.3.1/debian/control pyzo-4.3.1/debian/control
--- pyzo-4.3.1/debian/control	2016-09-29 11:49:53.000000000 +0200
+++ pyzo-4.3.1/debian/control	2019-02-09 11:53:24.000000000 +0100
@@ -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,

Reply to: