diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-05-30 15:23:14 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-05-30 15:23:26 -0500 |
commit | 21bb0181eead8639ca20fa72a2198fcb2e5b16eb (patch) | |
tree | 9ccd24f9cdea06b78081b28f823dd2aa3927c43d /dev-python/tenacity | |
parent | media-libs/vulkan-loader: add missing flag-o-matic inherit (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/tenacity')
-rw-r--r-- | dev-python/tenacity/tenacity-6.1.0.ebuild | 1 |
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}] |