diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:12:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:26:17 +0200 |
commit | a213ea97f487bfb5e1e1ea6f7e114cf830690911 (patch) | |
tree | b5ea58affc01ead6ef09d0d8a747666dbb99e006 /app-crypt | |
parent | dev-python/python-augeas: Enable py3.13 (diff) | |
download | gentoo-a213ea97f487bfb5e1e1ea6f7e114cf830690911.tar.gz gentoo-a213ea97f487bfb5e1e1ea6f7e114cf830690911.tar.bz2 gentoo-a213ea97f487bfb5e1e1ea6f7e114cf830690911.zip |
app-crypt/certbot-apache: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-9999.ebuild | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild index 60a48f903d53..0f00ad6f889c 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -36,10 +36,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}" LICENSE="Apache-2.0" SLOT="0" -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild index fb8db6b19c03..a58b2b41005b 100644 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -36,10 +36,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}" LICENSE="Apache-2.0" SLOT="0" -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] |