diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:16:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:26:21 +0200 |
commit | a9b9d425c9e9b00b26c2be2dbc8d3632e301b1bd (patch) | |
tree | 1f8da4cd77951a566007442fcd97cff7cdcf03c8 | |
parent | app-crypt/certbot-dns-nsone: Remove old (diff) | |
download | gentoo-a9b9d425c9e9b00b26c2be2dbc8d3632e301b1bd.tar.gz gentoo-a9b9d425c9e9b00b26c2be2dbc8d3632e301b1bd.tar.bz2 gentoo-a9b9d425c9e9b00b26c2be2dbc8d3632e301b1bd.zip |
app-crypt/certbot-dns-nsone: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild index 530fec9a0dfb..4e3b047b30b9 100644 --- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild +++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -31,5 +31,6 @@ RDEPEND=" >=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}] " -distutils_enable_sphinx docs dev-python/sphinx-rtd-theme +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme distutils_enable_tests pytest |