summarylogtreecommitdiffstats
path: root/pycflow2dot-0.2.1-fix-install-requires.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pycflow2dot-0.2.1-fix-install-requires.patch')
-rw-r--r--pycflow2dot-0.2.1-fix-install-requires.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pycflow2dot-0.2.1-fix-install-requires.patch b/pycflow2dot-0.2.1-fix-install-requires.patch
new file mode 100644
index 000000000000..0e1f6366fd15
--- /dev/null
+++ b/pycflow2dot-0.2.1-fix-install-requires.patch
@@ -0,0 +1,11 @@
+--- setup.py 2017-03-09 16:02:06.000000000 -0600
++++ setup.py~ 2018-02-05 15:15:16.945059419 -0600
+@@ -25,7 +25,7 @@
+ author_email='jfilippidis@gmail.com',
+ url='https://github.com/johnyf/pycflow2dot',
+ install_requires=[
+- 'networkx == 1.10',
++ 'networkx >= 1.10',
+ 'pydot >= 1.2.3'],
+ entry_points={
+ 'console_scripts': ['cflow2dot = pycflow2dot:main']},