summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:51 +0200
commitc8732546c4528d758ef60242961e7f49446b8e0e (patch)
tree66171cf4414e6574b8b2cbe40218b145628e3074 /app-text
parentapp-text/pastebinit: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-c8732546c4528d758ef60242961e7f49446b8e0e.tar.gz
gentoo-c8732546c4528d758ef60242961e7f49446b8e0e.tar.bz2
gentoo-c8732546c4528d758ef60242961e7f49446b8e0e.zip
app-text/xlsx2csv: 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-text')
-rw-r--r--app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
index 73061b4a3f00..1561e35e91bf 100644
--- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
+++ b/app-text/xlsx2csv/xlsx2csv-0.7.6.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=7
PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1