Source: python-pysolr
Version: 3.2.0-1
Severity: serious
Tags: patch
Control: affects -1 python-pysolr python3-pysolr
python-pysolr and python3-pysolr lack some dependencies
they should have.
Fix:
--- debian/control.old 2017-07-06 17:12:38.000000000 +0000
+++ debian/control 2017-07-06 17:13:11.000000000 +0000
@@ -10,7 +10,7 @@
Package: python-pysolr
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends},
- python-simplejson
+ python-simplejson, ${python:Depends}
Recommends: python-httplib2
Suggests: python-beautifulsoup
Description: lightweight Python wrapper for querying Apache Solr
@@ -26,7 +26,7 @@
Package: python3-pysolr
Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Recommends: python3-httplib2
Description: lightweight Python wrapper for querying Apache Solr
This module provides an interface that queries the Apache Solr server using