diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2022-11-25 11:25:50 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2022-11-25 11:26:22 +0300 |
commit | 87c33027153ddc65b411b89e1b32c7d1b4e284db (patch) | |
tree | 7237723610be8e73ea116e57cf64dd2cddb7c701 /net-news | |
parent | app-text/uudeview: add myself as a maintainer (diff) | |
download | gentoo-87c33027153ddc65b411b89e1b32c7d1b4e284db.tar.gz gentoo-87c33027153ddc65b411b89e1b32c7d1b4e284db.tar.bz2 gentoo-87c33027153ddc65b411b89e1b32c7d1b4e284db.zip |
net-news/canto-daemon: set PEP 517 mode for distutils
Closes: https://bugs.gentoo.org/872473
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild index 802d0a8b4e3d..090a5fb3e695 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 |