Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shutil/
Date: Sun, 08 Mar 2020 08:25:31
Message-Id: 1583655905.0ca3078f2074b573c8ae44288489f62b149e6c55.mgorny@gentoo
1 commit: 0ca3078f2074b573c8ae44288489f62b149e6c55
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 07:15:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 08:25:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca3078f
7
8 dev-python/pytest-shutil: Dep on setuptools-git
9
10 Closes: https://bugs.gentoo.org/701024
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 1 +
14 dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
18 index bcb73147fa9..f3aac9e84dc 100644
19 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
20 +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
21 @@ -30,6 +30,7 @@ RDEPEND="
22
23 BDEPEND="
24 ${RDEPEND}
25 + dev-python/setuptools-git[${PYTHON_USEDEP}]
26 "
27
28 python_prepare_all() {
29
30 diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
31 index 85cde7b4aeb..582a9c0674f 100644
32 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
33 +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
34 @@ -30,6 +30,7 @@ RDEPEND="
35
36 BDEPEND="
37 ${RDEPEND}
38 + dev-python/setuptools-git[${PYTHON_USEDEP}]
39 "
40
41 python_prepare_all() {