Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/
Date: Mon, 11 Oct 2021 19:57:16
Message-Id: 1633982217.83b413dccbd73b62c052730801dc85d3b5af888d.arthurzam@gentoo
1 commit: 83b413dccbd73b62c052730801dc85d3b5af888d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 19:56:24 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 19:56:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b413dc
7
8 dev-python/robot-detection: add missing six rdep
9
10 Closes: https://bugs.gentoo.org/817785
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 .../{robot-detection-0.4.0.ebuild => robot-detection-0.4.0-r1.ebuild} | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/robot-detection/robot-detection-0.4.0.ebuild b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
17 similarity index 91%
18 rename from dev-python/robot-detection/robot-detection-0.4.0.ebuild
19 rename to dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
20 index e43ccf95790..1e1542c360f 100644
21 --- a/dev-python/robot-detection/robot-detection-0.4.0.ebuild
22 +++ b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
23 @@ -14,4 +14,6 @@ LICENSE="GPL-3"
24 SLOT="0"
25 KEYWORDS="~amd64"
26
27 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
28 +
29 distutils_enable_tests unittest