Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/
Date: Sat, 10 Oct 2020 23:09:37
Message-Id: 1602371363.a7a9ccc4aef5b5e501c004048b1be390f32bd18b.prometheanfire@gentoo
1 commit: a7a9ccc4aef5b5e501c004048b1be390f32bd18b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 23:02:05 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 23:09:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a9ccc4
7
8 sys-cluster/swift: add DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 Closes: https://bugs.gentoo.org/747721
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 sys-cluster/swift/swift-2.26.0.ebuild | 6 ++----
16 sys-cluster/swift/swift-2020.2.9999.ebuild | 8 +++-----
17 2 files changed, 5 insertions(+), 9 deletions(-)
18
19 diff --git a/sys-cluster/swift/swift-2.26.0.ebuild b/sys-cluster/swift/swift-2.26.0.ebuild
20 index 2ea038c24b4..084afc372ec 100644
21 --- a/sys-cluster/swift/swift-2.26.0.ebuild
22 +++ b/sys-cluster/swift/swift-2.26.0.ebuild
23 @@ -3,6 +3,7 @@
24
25 EAPI=7
26 PYTHON_COMPAT=( python3_7 python3_8 )
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 inherit distutils-r1 eutils linux-info
30
31 @@ -23,10 +24,7 @@ IUSE="account container doc +memcached +object proxy"
32 REQUIRED_USE="|| ( proxy account container object )"
33
34 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
35 -DEPEND="
36 - dev-python/setuptools[${PYTHON_USEDEP}]
37 - ${CDEPEND}"
38 -
39 +DEPEND="${CDEPEND}"
40 RDEPEND="
41 ${CDEPEND}
42 >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
43
44 diff --git a/sys-cluster/swift/swift-2020.2.9999.ebuild b/sys-cluster/swift/swift-2020.2.9999.ebuild
45 index 68cffb20f36..084afc372ec 100644
46 --- a/sys-cluster/swift/swift-2020.2.9999.ebuild
47 +++ b/sys-cluster/swift/swift-2020.2.9999.ebuild
48 @@ -2,7 +2,8 @@
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 -PYTHON_COMPAT=( python3_6 python3_7 )
53 +PYTHON_COMPAT=( python3_7 python3_8 )
54 +DISTUTILS_USE_SETUPTOOLS=rdepend
55
56 inherit distutils-r1 eutils linux-info
57
58 @@ -23,10 +24,7 @@ IUSE="account container doc +memcached +object proxy"
59 REQUIRED_USE="|| ( proxy account container object )"
60
61 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
62 -DEPEND="
63 - dev-python/setuptools[${PYTHON_USEDEP}]
64 - ${CDEPEND}"
65 -
66 +DEPEND="${CDEPEND}"
67 RDEPEND="
68 ${CDEPEND}
69 >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]