Skip to content
Snippets Groups Projects
Commit 8e52d8a8 authored by root's avatar root
Browse files

Remove constraints unnecessary since buster

* Build-Depends: Drop versioned constraint on python3-rdflib.
* python3-rdflib-jsonld: Drop versioned constraint on python3-rdflib in Depends.

Changes-By: deb-scrub-obsolete
parent 6629bca5
Branches libxmlb_arch
No related tags found
No related merge requests found
......@@ -10,6 +10,12 @@ python-rdflib-jsonld (0.6.1-1) UNRELEASED; urgency=medium
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on python3-rdflib.
+ python3-rdflib-jsonld: Drop versioned constraint on python3-rdflib in
Depends.
-- Michael R. Crusoe <crusoe@debian.org> Sun, 07 Nov 2021 15:33:57 +0100
python-rdflib-jsonld (0.5.0-1) unstable; urgency=medium
......
......@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 12),
python3-setuptools,
python3,
python3-all,
python3-rdflib (>= 4.2.1),
python3-rdflib,
python3-html5lib,
python3-sparqlwrapper,
python3-nose
......@@ -25,7 +25,7 @@ Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
${sphinxdoc:Depends},
python3-rdflib (>= 4.2.1)
python3-rdflib
Description: rdflib extension adding JSON-LD parser and serializer in Python 3
This parser/serialiser will
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment