[Debian-med-packaging] Bug#867453: python3-rdflib-jsonld: missing python3 dependency

Adrian Bunk bunk at debian.org
Thu Jul 6 17:21:37 UTC 2017


Package: python3-rdflib-jsonld
Version: 0.4.0-2
Severity: important
Tags: patch

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

Fix:

--- debian/control.old	2017-07-06 17:19:13.000000000 +0000
+++ debian/control	2017-07-06 17:19:21.000000000 +0000
@@ -43,7 +43,7 @@
 
 Package: python3-rdflib-jsonld
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
          python3-rdflib (>= 4.2.1)
 Description: rdflib extension adding JSON-LD parser and serializer in Python 3



More information about the Debian-med-packaging mailing list