dev-python/distlib: Sync with Gentoo

It's from Gentoo commit 5e3095e3f3e73691cb859ff9f4876ef744882392.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2026-02-02 07:26:07 +00:00
parent e4309fcab7
commit 9074cfee40
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2021-2025 Gentoo Authors
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -33,7 +33,7 @@ BDEPEND="
src_prepare() {
local PATCHES=(
# use system pypiserver instead of bundled one
"${FILESDIR}/distlib-0.3.9-system-pypiserver.py"
"${FILESDIR}/distlib-0.3.9-system-pypiserver.patch"
# https://github.com/pypa/distlib/commit/6286442857de9f734686d08f0e59ca8048ee357a
"${FILESDIR}/${P}-py314-test.patch"
)