debian: fix python3 dependencies reference

This commit is contained in:
Frédéric Péters 2018-11-08 08:45:13 +01:00
parent bf1323a7ff
commit fb6d6ffc7f
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pywebpush (1.7.0-2) UNRELEASED; urgency=medium
* debian/control: fix dependencies of Python 3 package.
-- Frederic Peters <fpeters@entrouvert.com> Thu, 08 Nov 2018 08:47:30 +0100
pywebpush (1.7.0-1) unstable; urgency=low
* source package automatically created by stdeb 0.8.5

2
debian/control vendored
View File

@ -33,5 +33,5 @@ Description: WebPush publication library - Python 2
Package: python3-pywebpush
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Depends: ${misc:Depends}, ${python3:Depends}
Description: WebPush publication library - Python 3