dev-python/speg: Add missing rdep on dev-python/six

Closes: https://bugs.gentoo.org/849911
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-06 10:32:59 +02:00
parent ff4ebd8a4c
commit a1e730fa8f

View File

@@ -19,3 +19,7 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
distutils_enable_tests pytest
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"