[elbe-devel] [PATCH 4/4] Python3: make elbe-debianize package compatible

bage at linutronix.de bage at linutronix.de
Mon Jan 20 19:56:37 CET 2020


From: Bastian Germann <bage at linutronix.de>

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 72b384520..e11754a71 100644
--- a/debian/control
+++ b/debian/control
@@ -97,15 +97,15 @@ Package: elbe-debianize
 Architecture: all
 Conflicts: elbe-debianize
 Depends: ${misc:Depends},
-  python (>= 2.7~),
+  python (>= 2.7~) | python3,
   devscripts,
   libdistro-info-perl,
   libparse-debcontrol-perl,
-  python-elbe-common (= ${binary:Version}),
-  python-mako,
-  python-urwid,
-  python-pkg-resources
-Description: Wizard for debian foler generation
+  python-elbe-common (= ${binary:Version}) | python3-elbe-common (= ${binary:Version}),
+  python-mako | python3-mako,
+  python-urwid | python3-urwid,
+  python-pkg-resources | python3-pkg-resources
+Description: Wizard for debian folder generation
  Assists users in generating a debianization for a given source code project.
 
 Package: elbe
-- 
2.20.1




More information about the elbe-devel mailing list