app-crypt/certbot-dns-desec: PEP517

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-10-29 21:36:14 +05:00
parent 235cc7b7b2
commit e485ed50e5

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="deSEC DNS Authenticator plugin for Certbot"
@@ -19,7 +20,6 @@ KEYWORDS="~amd64"
RDEPEND="
app-crypt/certbot[${PYTHON_USEDEP}]
app-crypt/certbot[${PYTHON_USEDEP}]
"
BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]