dev-python/protobuf-python: backport Python 3.11 patch to 3.20.3 too

Closes: https://bugs.gentoo.org/878329
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-26 23:35:25 +01:00
parent cbbe90010a
commit 8e06df67ca
3 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ PARENT_PATCHES=(
# Here for patches within "python/" subdirectory.
PATCHES=(
"${FILESDIR}"/${PN}-3.20.3-python311.patch
)
python_prepare_all() {

View File

@@ -57,7 +57,7 @@ PARENT_PATCHES=(
# Here for patches within "python/" subdirectory.
PATCHES=(
"${FILESDIR}"/${P}-python311.patch
"${FILESDIR}"/${PN}-3.20.3-python311.patch
)
python_prepare_all() {