[python-taskflow] reduce dependency to python-networkx-core subpackage

Pádraig Brady pbrady at fedoraproject.org
Mon Mar 17 11:38:54 UTC 2014


commit 82e7175f6129d278b64d49767085d86e352f0f9b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Sun Mar 16 00:58:19 2014 +0000

    reduce dependency to python-networkx-core subpackage

 python-taskflow.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-taskflow.spec b/python-taskflow.spec
index da30137..fe8336c 100644
--- a/python-taskflow.spec
+++ b/python-taskflow.spec
@@ -3,7 +3,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.1.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Taskflow structured state management library
 
 License:        ASL 2.0
@@ -21,7 +21,7 @@ Requires:       python-six
 Requires:       python-babel
 Requires:       python-stevedore
 Requires:       python-futures
-Requires:       python-networkx
+Requires:       python-networkx-core
 
 %description
 A library to do [jobs, tasks, flows] in a HA manner using
@@ -68,5 +68,8 @@ rm -rf html/.{doctrees,buildinfo}
 %doc html
 
 %changelog
+* Sun Mar 16 2014 Padraig Brady <P at draigBrady.com> - 0.1.2-5
+- Reduce dependency to python-networkx-core subpackage
+
 * Wed Jan 29 2014 Padraig Brady <P at draigBrady.com> - 0.1.2-4
 - Initial package.


More information about the scm-commits mailing list