Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-digitalocean/
Date: Thu, 23 Dec 2021 02:18:36
Message-Id: 1640225756.9f6f25596a2ca526bde7041c64d1d5d9cf45701e.cybertailor@gentoo
1 commit: 9f6f25596a2ca526bde7041c64d1d5d9cf45701e
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Dec 23 02:15:37 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Dec 23 02:15:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f6f2559
7
8 app-crypt/certbot-dns-digitalocean: enable pytest
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 .../certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild b/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild
16 index 3926dd913..2b8b0c4be 100644
17 --- a/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild
18 +++ b/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.22.0.ebuild
19 @@ -16,8 +16,6 @@ LICENSE="Apache-2.0"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 -RESTRICT="test"
24 -
25 RDEPEND="
26 ~app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
27 >=dev-python/digitalocean-1.11[${PYTHON_USEDEP}]
28 @@ -26,4 +24,4 @@ RDEPEND="
29
30 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
31
32 -distutils_enable_tests unittest
33 +distutils_enable_tests pytest