Package: python3-debianbts
Version: 2.6.1
Severity: important
Tags: patch

Due to a cut'n'paste error a direct python3 dependency is missing.

Fix:

--- debian/control.old  2017-07-06 15:42:18.000000000 +0000
+++ debian/control      2017-07-06 15:42:31.000000000 +0000
@@ -20,8 +20,8 @@
 
 Package: python3-debianbts
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, 
python3-pysimplesoap
-Provides: ${python:Provides}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, 
python3-pysimplesoap
+Provides: ${python3:Provides}
 Description: Python interface to Debian's Bug Tracking System
  This package provides the debianbts module, which allows one to query Debian's
  BTS via it's SOAP-interface and returns the answer in Python's native data

Reply via email to