Package: sparql-wrapper-python / 1.7.6-2~bpo8+1

Metadata

Package Version Patches format
sparql-wrapper-python 1.7.6-2~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Drop keepalive from requirements.txt Closes 846871.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
setup.py | 3 3 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 drop keepalive from requirements.txt (closes: #846871)

As keepalive support is a weak dependency (absence makes keepalive
enabling only raise a warning and otherwise a no-op), listing it as a
dependency causes trouble with test setups. Demoting it to an extra
(feature) dependency.

Bug: https://github.com/RDFLib/sparqlwrapper/pull/79