diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-12 00:10:54 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-12 00:12:15 +0200 |
commit | 21b217807bbfffc067df2f64d2c12b4a7514bf9d (patch) | |
tree | 92bed34e9743d25ca6cf01e293ec88de6f354511 /app-crypt | |
parent | media-libs/mesa: Version bump to 21.1.7 (diff) | |
download | gentoo-21b217807bbfffc067df2f64d2c12b4a7514bf9d.tar.gz gentoo-21b217807bbfffc067df2f64d2c12b4a7514bf9d.tar.bz2 gentoo-21b217807bbfffc067df2f64d2c12b4a7514bf9d.zip |
app-crypt/certbot-nginx: enable py3.10 and tests
Closes: https://bugs.gentoo.org/795546
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-1.18.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.18.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.18.0.ebuild index b4f61386b477..45a8976cfe34 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.18.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.18.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{3_7,3_8,3_9}) + +PYTHON_COMPAT=(python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then @@ -30,3 +31,5 @@ RDEPEND=" >=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}] >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |