From f3e0ace04df6e53889fd294055a14a2e4b1c5d9c Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Jun 15 2020 13:38:35 +0000 Subject: Remove dependency on python3-networkx-core --- diff --git a/python-taskflow.spec b/python-taskflow.spec index e0f0b76..f084296 100644 --- a/python-taskflow.spec +++ b/python-taskflow.spec @@ -10,7 +10,7 @@ different backends to be used with OpenStack projects. Name: python-%{pypi_name} Version: 4.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Taskflow structured state management library License: ASL 2.0 @@ -43,7 +43,6 @@ Requires: python3-pbr >= 2.0.0 Requires: python3-tenacity >= 4.4.0 Requires: python3-pydot >= 1.2.4 Requires: python3-networkx >= 2.1.0 -Requires: python3-networkx-core %description -n python3-%{pypi_name} %{common_desc} @@ -116,6 +115,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %endif %changelog +* Mon Jun 15 2020 Eric Harney - 4.1.0-2 +- Remove dependency on python3-networkx-core + * Thu Jun 04 2020 Joel Capitao 4.1.0-1 - Update to upstream version 4.1.0