diff options
Diffstat (limited to 'community/py3-sphinx-autobuild/fix-requires.patch')
-rw-r--r-- | community/py3-sphinx-autobuild/fix-requires.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/py3-sphinx-autobuild/fix-requires.patch b/community/py3-sphinx-autobuild/fix-requires.patch new file mode 100644 index 0000000000..633d6017c7 --- /dev/null +++ b/community/py3-sphinx-autobuild/fix-requires.patch @@ -0,0 +1,9 @@ +--- a/requirements.txt ++++ b/requirements.txt +@@ -3,5 +3,5 @@ + pathtools>=0.1.2 + PyYAML>=3.10 + tornado>=3.2 +-port_for==0.3.1 ++port_for>=0.3.1 + livereload>=2.3.0 |