commit: 83b413dccbd73b62c052730801dc85d3b5af888d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 11 19:56:24 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Oct 11 19:56:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b413dc
dev-python/robot-detection: add missing six rdep Closes: https://bugs.gentoo.org/817785 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../{robot-detection-0.4.0.ebuild => robot-detection-0.4.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) 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 similarity index 91% rename from dev-python/robot-detection/robot-detection-0.4.0.ebuild rename to dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild index e43ccf95790..1e1542c360f 100644 --- a/dev-python/robot-detection/robot-detection-0.4.0.ebuild +++ b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild @@ -14,4 +14,6 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + distutils_enable_tests unittest
