[Python-modules-commits] [python-prov] 01/04: drop versioned dependency on networkx
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Dec 20 17:54:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-prov.
commit cdd24f23d60f0738e144da3d568c60bfa7409a27
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Dec 19 14:43:47 2016 +0000
drop versioned dependency on networkx
Gbp-Dch: short
Thanks: Yaroslav Halchenko
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index aae9f78..b5a00cf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
python-all,
python-dateutil,
python-lxml,
- python-networkx (>= 1.10),
+ python-networkx,
python-pydotplus,
python-rdflib (>= 4.2.1),
python-setuptools,
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
python3-all,
python3-dateutil,
python3-lxml,
- python3-networkx (>= 1.10),
+ python3-networkx,
python3-pydotplus,
python3-rdflib (>= 4.2.1),
python3-setuptools,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-prov.git
More information about the Python-modules-commits
mailing list