Source: python-networkx Version: 2.1-1 Severity: important tags: patch Hello, the package now have its testsuite that fails, as well as the testsuite of many reverse dependencies (e.g. python-prov).
Please consider moving pkg-resources to a real dependency, so the package won't fail anymore during testsuite or even normal usage. trivial patch attached thanks Gianfranco +python-networkx (2.1-2) unstable; urgency=medium + + * Move python*-pkg-resources to real dependencies, needed to run the + python-cov testsuite (drawing/nx_pydot.py subpackage) + + -- Gianfranco Costamagna <[email protected]> Wed, 27 Jun 2018 17:10:11 +0200 + python-networkx (2.1-1ubuntu1) cosmic; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru python-networkx-2.1/debian/control python-networkx-2.1/debian/control --- python-networkx-2.1/debian/control 2018-06-27 12:03:31.000000000 +0200 +++ python-networkx-2.1/debian/control 2018-06-27 17:10:10.000000000 +0200 @@ -52,8 +52,8 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, + python-pkg-resources, Recommends: python-numpy, - python-pkg-resources, python-yaml, Suggests: python-gdal, python-matplotlib, @@ -76,9 +76,9 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, + python3-pkg-resources, Recommends: python3-gdal, python3-numpy, - python3-pkg-resources, python3-yaml, Suggests: python3-scipy Description: tool to create, manipulate and study complex networks (Python3)
diff -Nru python-networkx-2.1/debian/changelog python-networkx-2.1/debian/changelog --- python-networkx-2.1/debian/changelog 2018-06-27 12:04:40.000000000 +0200 +++ python-networkx-2.1/debian/changelog 2018-06-27 17:10:11.000000000 +0200 @@ -1,3 +1,10 @@ +python-networkx (2.1-2) unstable; urgency=medium + + * Move python*-pkg-resources to real dependencies, needed to run the + python-cov testsuite (drawing/nx_pydot.py subpackage) + + -- Gianfranco Costamagna <[email protected]> Wed, 27 Jun 2018 17:10:11 +0200 + python-networkx (2.1-1ubuntu1) cosmic; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru python-networkx-2.1/debian/control python-networkx-2.1/debian/control --- python-networkx-2.1/debian/control 2018-06-27 12:03:31.000000000 +0200 +++ python-networkx-2.1/debian/control 2018-06-27 17:10:10.000000000 +0200 @@ -52,8 +52,8 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, + python-pkg-resources, Recommends: python-numpy, - python-pkg-resources, python-yaml, Suggests: python-gdal, python-matplotlib, @@ -76,9 +76,9 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, + python3-pkg-resources, Recommends: python3-gdal, python3-numpy, - python3-pkg-resources, python3-yaml, Suggests: python3-scipy Description: tool to create, manipulate and study complex networks (Python3)

