summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-05-30 15:23:14 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-05-30 15:23:26 -0500
commit21bb0181eead8639ca20fa72a2198fcb2e5b16eb (patch)
tree9ccd24f9cdea06b78081b28f823dd2aa3927c43d
parentmedia-libs/vulkan-loader: add missing flag-o-matic inherit (diff)
downloadgentoo-21bb0181eead8639ca20fa72a2198fcb2e5b16eb.tar.gz
gentoo-21bb0181eead8639ca20fa72a2198fcb2e5b16eb.tar.bz2
gentoo-21bb0181eead8639ca20fa72a2198fcb2e5b16eb.zip
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>
-rw-r--r--dev-python/tenacity/tenacity-6.1.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tenacity/tenacity-6.1.0.ebuild b/dev-python/tenacity/tenacity-6.1.0.ebuild
index 7910868781fc..05b617276645 100644
--- a/dev-python/tenacity/tenacity-6.1.0.ebuild
+++ b/dev-python/tenacity/tenacity-6.1.0.ebuild
@@ -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}]