diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-02-03 14:35:08 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-02-03 14:36:16 +0100 |
| commit | 068caa88a680297633f17f26e64a45bfffe6fb5b (patch) | |
| tree | eb56941539aaa10c4872351ccc6cf6835a595e26 /dev-python/build/build-1.0.3.ebuild | |
| parent | c61afa66b9d765d406fa8526e15ff467e7fbfbe0 (diff) | |
| download | gentoo-068caa88a680297633f17f26e64a45bfffe6fb5b.tar.gz gentoo-068caa88a680297633f17f26e64a45bfffe6fb5b.tar.bz2 gentoo-068caa88a680297633f17f26e64a45bfffe6fb5b.zip | |
dev-python/build: Backport setuptools-69.0.3+ test fixes
Closes: https://bugs.gentoo.org/923622
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/build/build-1.0.3.ebuild')
| -rw-r--r-- | dev-python/build/build-1.0.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/build/build-1.0.3.ebuild b/dev-python/build/build-1.0.3.ebuild index e1c120c79606..b5380c983e46 100644 --- a/dev-python/build/build-1.0.3.ebuild +++ b/dev-python/build/build-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,6 +41,11 @@ BDEPEND=" distutils_enable_tests pytest +PATCHES=( + # https://github.com/pypa/build/pull/722 + "${FILESDIR}/${P}-setuptools-69.patch" +) + python_test() { local EPYTEST_DESELECT=( # broken by the presence of flit_core |
