Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 26/30] dev-python/jaraco-text: Use python_gen_cond_dep w/ stdlib ver
Date: Sun, 06 Feb 2022 12:56:57
Message-Id: 20220206124841.1299133-27-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/30] One batch of Python eclass updates to rule them all by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild b/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild
7 index 66eb9f8d0462..0b6a909952eb 100644
8 --- a/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild
9 +++ b/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild
10 @@ -23,7 +23,7 @@ RDEPEND="
11 >=dev-python/jaraco-functools-3.5.0-r1[${PYTHON_USEDEP}]
12 $(python_gen_cond_dep '
13 >=dev-python/importlib_resources-5.4.0-r3[${PYTHON_USEDEP}]
14 - ' python3_8 pypy3)
15 + ' 3.8)
16 "
17
18 distutils_enable_sphinx docs \
19 --
20 2.35.1