dev-python/tenacity: add missing setuptools_scm dependency
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 30 May 2020 20:23:14 +0000 (15:23 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 30 May 2020 20:23:26 +0000 (15:23 -0500)
Closes: https://bugs.gentoo.org/726324
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/tenacity/tenacity-6.1.0.ebuild

index 7910868781fc90e60cde27753783388256f2c422..05b61727664559d67cb9e82a43218954d1bd4cc9 100644 (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}]