dev-python/tenacity: add missing setuptools_scm dependency

Closes: https://bugs.gentoo.org/726324
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2020-05-30 15:23:14 -05:00
parent a3f1e41269
commit 21bb0181ee

View File

@@ -20,6 +20,7 @@ DEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
RDEPEND="
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]