commit: 21bb0181eead8639ca20fa72a2198fcb2e5b16eb Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat May 30 20:23:14 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat May 30 20:23:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bb0181
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 <AT> gentoo.org> dev-python/tenacity/tenacity-6.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/tenacity/tenacity-6.1.0.ebuild b/dev-python/tenacity/tenacity-6.1.0.ebuild index 7910868781f..05b61727664 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}]
