From 83b413dccbd73b62c052730801dc85d3b5af888d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 11 Oct 2021 22:56:24 +0300 Subject: [PATCH] dev-python/robot-detection: add missing six rdep Closes: https://bugs.gentoo.org/817785 Signed-off-by: Arthur Zamarin --- ...t-detection-0.4.0.ebuild => robot-detection-0.4.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename dev-python/robot-detection/{robot-detection-0.4.0.ebuild => robot-detection-0.4.0-r1.ebuild} (91%) 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 e43ccf957905e..1e1542c360f1c 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