Skip to content

Commit

Permalink
net-misc/s4cmd: Update PYTHON_REQ_USE to xml(+)
Browse files Browse the repository at this point in the history
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 7, 2022
1 parent 9cd13da commit c1c6314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-misc/s4cmd/s4cmd-2.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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_7 python3_8 python3_9 python3_10 )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1 bash-completion-r1

Expand Down

0 comments on commit c1c6314

Please sign in to comment.