diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:08:53 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:27:46 +0100 |
| commit | 933b08d43c1c120162f9e13b4ea179ebf1382502 (patch) | |
| tree | 507e09adc2bf91b8abe1ad113b37306f138a0d53 /dev-lang/python/python-3.11.7.ebuild | |
| parent | 02e3f50c8c6198a85047486c9e52e63121c59b9a (diff) | |
| download | gentoo-933b08d43c1c120162f9e13b4ea179ebf1382502.tar.gz gentoo-933b08d43c1c120162f9e13b4ea179ebf1382502.tar.bz2 gentoo-933b08d43c1c120162f9e13b4ea179ebf1382502.zip | |
dev-lang/python: Fix testing with xz-utils[-extra-filters], tzdata
Skip tests requiring additional filters in app-arch/xz-utils. Also
backport the tzdata fix to 3.10.13.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.11.7.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.11.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-3.11.7.ebuild b/dev-lang/python/python-3.11.7.ebuild index 5bfd3472f572..9291c3cd5cec 100644 --- a/dev-lang/python/python-3.11.7.ebuild +++ b/dev-lang/python/python-3.11.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ inherit prefix python-utils-r1 toolchain-funcs verify-sig MY_PV=${PV/_rc/rc} MY_P="Python-${MY_PV%_p*}" PYVER=$(ver_cut 1-2) -PATCHSET="python-gentoo-patches-${MY_PV}" +PATCHSET="python-gentoo-patches-${MY_PV}_p1" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE=" @@ -71,7 +71,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} bluetooth? ( net-wireless/bluez ) - test? ( app-arch/xz-utils[extra-filters(+)] ) + test? ( app-arch/xz-utils ) valgrind? ( dev-util/valgrind ) " # autoconf-archive needed to eautoreconf |
