diff options
author | 2021-09-30 14:55:53 +0300 | |
---|---|---|
committer | 2021-09-30 15:11:21 +0300 | |
commit | 7c7a84df7b2a429276bbd9c73c328ef1b6773774 (patch) | |
tree | 6a026a114e28343ad21436541f89e18f13fe0cec /net-analyzer | |
parent | dev-libs/libprelude: enable py3.9, enable py3.10 (diff) | |
download | gentoo-7c7a84df7b2a429276bbd9c73c328ef1b6773774.tar.gz gentoo-7c7a84df7b2a429276bbd9c73c328ef1b6773774.tar.bz2 gentoo-7c7a84df7b2a429276bbd9c73c328ef1b6773774.zip |
net-analyzer/prelude-correlator: enable py3.9, enable py3.10
Closes: https://bugs.gentoo.org/808966
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild b/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild index 359b4c7a6bfd..05d0cab66d1c 100644 --- a/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild +++ b/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 systemd tmpfiles |