diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 11:36:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:34 +0000 |
commit | b5840473cc5177fef1bfd5c5ad5046c68545f41d (patch) | |
tree | 6a8845292bf6e99d161fa1785adf360d1fada8d6 /testing/kitty/py3.patch | |
parent | 91c6ccb2c4fb69fe8887d81d76e30c76bc2d7875 (diff) | |
download | aports-b5840473cc5177fef1bfd5c5ad5046c68545f41d.tar.bz2 aports-b5840473cc5177fef1bfd5c5ad5046c68545f41d.tar.xz |
testing/kitty: rebuild against python 3.8
Diffstat (limited to 'testing/kitty/py3.patch')
-rw-r--r-- | testing/kitty/py3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/kitty/py3.patch b/testing/kitty/py3.patch deleted file mode 100644 index 0634882156..0000000000 --- a/testing/kitty/py3.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/docs/Makefile b/docs/Makefile -index 2e07b01..4f77cc3 100644 ---- a/docs/Makefile -+++ b/docs/Makefile -@@ -3,7 +3,7 @@ - - # You can set these variables from the command line. - SPHINXOPTS = -j auto -T $(FAIL_WARN) --SPHINXBUILD = sphinx-build -+SPHINXBUILD = sphinx-build-3 - SPHINXPROJ = kitty - SOURCEDIR = . - BUILDDIR = _build - |