[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#887324: stretch-pu: package python-flask-rdf/0.2.0-1.1~deb9u1



Followup-For: Bug #887324
Control: tag -1 - moreinfo

On Thu, 22 Aug 2019 15:07:42 +0200 Andreas Beckmann <anbe@debian.org>
wrote:
> On 21/08/2019 00.30, Adam D. Barratt wrote:
> >> That is not sufficient: #896358, #896385
> >>
> >>     ImportError: No module named 'rdflib'
> > 
> > What's the status here?
> 
> Still reproducible in sid (same version as in buster), just reopened
> the bugs.

Obviously the Depends: python{3,}-rdflib has to be added manually.
Seen that in sid, applied to buster and now to stretch on top of the
previous patch.

Andreas
diff -Nru python-flask-rdf-0.2.0/debian/changelog python-flask-rdf-0.2.0/debian/changelog
--- python-flask-rdf-0.2.0/debian/changelog	2016-04-04 20:59:20.000000000 +0200
+++ python-flask-rdf-0.2.0/debian/changelog	2019-11-09 02:45:10.000000000 +0100
@@ -1,3 +1,19 @@
+python-flask-rdf (0.2.0-1.1~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+  * Add (Build-)Depends on python{3,}-rdflib.  (Closes: #896358, #896385)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 09 Nov 2019 02:45:10 +0100
+
+python-flask-rdf (0.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix the missing dependencies in python3-flask-rdf.
+    (Closes: #867429)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 04 Aug 2017 15:27:27 +0300
+
 python-flask-rdf (0.2.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.2.0
diff -Nru python-flask-rdf-0.2.0/debian/control python-flask-rdf-0.2.0/debian/control
--- python-flask-rdf-0.2.0/debian/control	2016-04-04 20:57:50.000000000 +0200
+++ python-flask-rdf-0.2.0/debian/control	2019-11-09 02:27:06.000000000 +0100
@@ -9,7 +9,9 @@
                python-setuptools,
                python3-setuptools,
                python-mimeparse (>= 0.1.4),
-               python3-mimeparse
+               python3-mimeparse,
+               python-rdflib,
+               python3-rdflib,
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-flask-rdf.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-flask-rdf.git
@@ -19,6 +21,7 @@
 Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
+         python-rdflib,
          python-mimeparse (>= 0.1.4)
 Description: Flask decorator to output RDF using content negotiation (Python 2)
  Apply the @flask_rdf decorator to a view function and return an rdflib
@@ -35,8 +38,9 @@
 
 Package: python3-flask-rdf
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
+         python3-rdflib,
          python3-mimeparse
 Description: Flask decorator to output RDF using content negotiation (Python 3)
  Apply the @flask_rdf decorator to a view function and return an rdflib

Reply to: