diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:42:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:51:46 +0200 |
commit | c1dbe92ff49b65d81a7532a43463fd44f8c9ac53 (patch) | |
tree | f962eeb19fb55c2e134cadac3eb8d1214115266c /app-admin/clustershell | |
parent | app-accessibility/caribou: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-c1dbe92ff49b65d81a7532a43463fd44f8c9ac53.tar.gz gentoo-c1dbe92ff49b65d81a7532a43463fd44f8c9ac53.tar.bz2 gentoo-c1dbe92ff49b65d81a7532a43463fd44f8c9ac53.zip |
app-admin/clustershell: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/clustershell')
-rw-r--r-- | app-admin/clustershell/clustershell-1.8.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clustershell/clustershell-1.8.3-r1.ebuild b/app-admin/clustershell/clustershell-1.8.3-r1.ebuild index 53371ad3d6a7..1bd9e3fc1a8d 100644 --- a/app-admin/clustershell/clustershell-1.8.3-r1.ebuild +++ b/app-admin/clustershell/clustershell-1.8.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8,9} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 |