diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:02 +0200 |
commit | 52c021c1e0f586ca2fa2e835cc498251801f883c (patch) | |
tree | 8d0ffb2719ad5ad3e8d7312df779c03978e844e9 /net-misc/gallery-dl/gallery-dl-9999.ebuild | |
parent | net-libs/telepathy-glib: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-52c021c1e0f586ca2fa2e835cc498251801f883c.tar.gz gentoo-52c021c1e0f586ca2fa2e835cc498251801f883c.tar.bz2 gentoo-52c021c1e0f586ca2fa2e835cc498251801f883c.zip |
net-misc/gallery-dl: 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 'net-misc/gallery-dl/gallery-dl-9999.ebuild')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index 60c3846252ce..adeefda919ee 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite,ssl,xml" +PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature |