[Python-modules-commits] r4680 - in packages/python-networkx/trunk/debian (changelog control)
kibi-guest at users.alioth.debian.org
kibi-guest at users.alioth.debian.org
Sun Mar 2 00:07:44 UTC 2008
Date: Sunday, March 2, 2008 @ 00:07:32
Author: kibi-guest
Revision: 4680
Replace python-setuptools with python-pkg-resources in ?\226?\128?\156Recommends?\226?\128?\157 (Closes: #468721).
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/control
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2008-03-01 22:04:42 UTC (rev 4679)
+++ packages/python-networkx/trunk/debian/changelog 2008-03-02 00:07:32 UTC (rev 4680)
@@ -1,3 +1,12 @@
+python-networkx (0.36-2) unstable; urgency=low
+
+ * debian/control:
+ + Replace python-setuptools with python-pkg-resources in the
+ âRecommends:â since pkg_resources is now available in this
+ separate package, thanks Matthias Klose (Closes: #468721).
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Sun, 02 Mar 2008 01:06:32 +0100
+
python-networkx (0.36-1) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control 2008-03-01 22:04:42 UTC (rev 4679)
+++ packages/python-networkx/trunk/debian/control 2008-03-02 00:07:32 UTC (rev 4680)
@@ -13,7 +13,7 @@
Package: python-networkx
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-numpy, python-scipy, python-pygraphviz | python-pydot, python-setuptools, python-matplotlib, python-yaml
+Recommends: python-numpy, python-scipy, python-pygraphviz | python-pydot, python-pkg-resources, python-matplotlib, python-yaml
Description: tool to manipulate and study more than complex networks
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
More information about the Python-modules-commits
mailing list