Skip to content

Commit

Permalink
app-crypt/certbot-nginx: sync live ebuild with 1.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Sautier <[email protected]>
  • Loading branch information
sbraz committed Aug 11, 2021
1 parent 21b2178 commit 6d4c47c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6d4c47c

Please sign in to comment.