diff options
author | Sam James <sam@gentoo.org> | 2022-01-23 01:37:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-23 01:37:28 +0000 |
commit | e6dda27fc791345327bff060058538a4f487c72f (patch) | |
tree | ad2730fb53e1cccc30ffce9d19fd62a7b5c7d518 /dev-lang/python/python-3.9.6_p1-r1.ebuild | |
parent | python-utils-r1.eclass: sync with ::gentoo (diff) | |
download | prefix-e6dda27fc791345327bff060058538a4f487c72f.tar.gz prefix-e6dda27fc791345327bff060058538a4f487c72f.tar.bz2 prefix-e6dda27fc791345327bff060058538a4f487c72f.zip |
dev-lang/python: fix compatibility with >=setuptools-60; verify-sig
Closes: https://bugs.gentoo.org/831855
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.9.6_p1-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-3.9.6_p1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.9.6_p1-r1.ebuild b/dev-lang/python/python-3.9.6_p1-r1.ebuild index d818d00077..7885b7cfcc 100644 --- a/dev-lang/python/python-3.9.6_p1-r1.ebuild +++ b/dev-lang/python/python-3.9.6_p1-r1.ebuild @@ -61,7 +61,7 @@ DEPEND="${RDEPEND} BDEPEND=" virtual/pkgconfig sys-devel/autoconf-archive - verify-sig? ( app-crypt/openpgp-keys-python ) + verify-sig? ( sec-keys/openpgp-keys-python ) !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" @@ -236,6 +236,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= |