diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-26 20:55:54 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-26 22:24:49 +0300 |
commit | 714000b167c20254d26e677457cafeb05f9f480a (patch) | |
tree | ed95394b22f9fb1b1248eb0481c82e80947a5862 /community/py3-sphinx-autobuild/fix-requires.patch | |
parent | ef472e2846c720438a76f22af0011c075fd2aab4 (diff) | |
download | aports-714000b167c20254d26e677457cafeb05f9f480a.tar.bz2 aports-714000b167c20254d26e677457cafeb05f9f480a.tar.xz |
community/py-sphinx-autobuild: upgrade to python3
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 |