Commit bc88451d authored by Ondřej Nový's avatar Ondřej Nový
Browse files

Fix python3-editor depends on python3-six (Closes: #889587)

parent d403abbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ python-editor (0.4-3) UNRELEASED; urgency=medium
  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * Fix python3-editor depends on python3-six (Closes: #889587)

  [ Daniel Baumann ]
  * Updating vcs fields.
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ Description: programmatically open an editor, capture the result - Python 2.7
Package: python3-editor
Architecture: all
Depends:
 python-six,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: programmatically open an editor, capture the result - Python 3.x