From 714000b167c20254d26e677457cafeb05f9f480a Mon Sep 17 00:00:00 2001 From: prspkt Date: Fri, 26 Apr 2019 20:55:54 +0300 Subject: community/py-sphinx-autobuild: upgrade to python3 --- community/py3-sphinx-autobuild/fix-requires.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/py3-sphinx-autobuild/fix-requires.patch (limited to 'community/py3-sphinx-autobuild/fix-requires.patch') 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 -- cgit v1.2.3