summarylogtreecommitdiffstats
path: root/pycflow2dot-0.2.1-fix-install-requires.patch
diff options
context:
space:
mode:
authorSean Haugh2018-02-05 14:43:18 -0600
committerSean Haugh2018-02-05 15:23:16 -0600
commit84be0587261b66de7ccc08a08e1ea32468bbfc84 (patch)
treee61e4d22b4a81eb82c9a9e4c00b15eddaaa03852 /pycflow2dot-0.2.1-fix-install-requires.patch
downloadaur-84be0587261b66de7ccc08a08e1ea32468bbfc84.tar.gz
nil → 0.2.1
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']},