Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tenacity/
Date: Sat, 30 May 2020 20:23:37
Message-Id: 1590870206.21bb0181eead8639ca20fa72a2198fcb2e5b16eb.prometheanfire@gentoo
1 commit: 21bb0181eead8639ca20fa72a2198fcb2e5b16eb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 20:23:14 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 20:23:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bb0181
7
8 dev-python/tenacity: add missing setuptools_scm dependency
9
10 Closes: https://bugs.gentoo.org/726324
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/tenacity/tenacity-6.1.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/tenacity/tenacity-6.1.0.ebuild b/dev-python/tenacity/tenacity-6.1.0.ebuild
18 index 7910868781f..05b61727664 100644
19 --- a/dev-python/tenacity/tenacity-6.1.0.ebuild
20 +++ b/dev-python/tenacity/tenacity-6.1.0.ebuild
21 @@ -20,6 +20,7 @@ DEPEND="
22 dev-python/pbr[${PYTHON_USEDEP}]
23 virtual/python-futures[${PYTHON_USEDEP}]
24 dev-python/setuptools[${PYTHON_USEDEP}]
25 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
26 "
27 RDEPEND="
28 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]