summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-07-17 15:22:06 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2023-07-17 15:22:06 +0200
commit5a9dcd3ad11fcd18c6eea084200af4a46a655c21 (patch)
treeca2f82e154f7f15bf734d07d3acd0d401fedae3c
parentf038ede8d520a304eb10dc33117c56f81f0acb17 (diff)
downloaddebian-ansible-core-5a9dcd3ad11fcd18c6eea084200af4a46a655c21.zip
Refresh 0005-use-py3.patch
-rw-r--r--debian/patches/0005-use-py3.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0005-use-py3.patch b/debian/patches/0005-use-py3.patch
index 0fcb62ea..04ba2a3b 100644
--- a/debian/patches/0005-use-py3.patch
+++ b/debian/patches/0005-use-py3.patch
@@ -258,7 +258,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-PYTHON ?= python
+PYTHON ?= python3
- GENERATE_CLI = hacking/build-ansible.py generate-man
+ GENERATE_CLI = packaging/pep517_backend/_generate_man.py
# fetch version from project release.py as single source-of-truth
--- a/docs/docsite/Makefile