diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-11 22:56:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-11 22:56:57 +0300 |
commit | 83b413dccbd73b62c052730801dc85d3b5af888d (patch) | |
tree | fa2a64c2cddff70e678f04bb32bf117ee8fd0dd4 /dev-python/robot-detection | |
parent | app-crypt/minisign: sync live ebuild (diff) | |
download | gentoo-83b413dccbd73b62c052730801dc85d3b5af888d.tar.gz gentoo-83b413dccbd73b62c052730801dc85d3b5af888d.tar.bz2 gentoo-83b413dccbd73b62c052730801dc85d3b5af888d.zip |
dev-python/robot-detection: add missing six rdep
Closes: https://bugs.gentoo.org/817785
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/robot-detection')
-rw-r--r-- | dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild (renamed from dev-python/robot-detection/robot-detection-0.4.0.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
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 index e43ccf957905..1e1542c360f1 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 |