commit:     a7a9ccc4aef5b5e501c004048b1be390f32bd18b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 23:02:05 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 23:09:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a9ccc4

sys-cluster/swift: add DISTUTILS_USE_SETUPTOOLS=rdepend

Closes: https://bugs.gentoo.org/747721

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 sys-cluster/swift/swift-2.26.0.ebuild      | 6 ++----
 sys-cluster/swift/swift-2020.2.9999.ebuild | 8 +++-----
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/sys-cluster/swift/swift-2.26.0.ebuild 
b/sys-cluster/swift/swift-2.26.0.ebuild
index 2ea038c24b4..084afc372ec 100644
--- a/sys-cluster/swift/swift-2.26.0.ebuild
+++ b/sys-cluster/swift/swift-2.26.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 eutils linux-info
 
@@ -23,10 +24,7 @@ IUSE="account container doc +memcached +object proxy"
 REQUIRED_USE="|| ( proxy account container object )"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
-
+DEPEND="${CDEPEND}"
 RDEPEND="
        ${CDEPEND}
        >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]

diff --git a/sys-cluster/swift/swift-2020.2.9999.ebuild 
b/sys-cluster/swift/swift-2020.2.9999.ebuild
index 68cffb20f36..084afc372ec 100644
--- a/sys-cluster/swift/swift-2020.2.9999.ebuild
+++ b/sys-cluster/swift/swift-2020.2.9999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 eutils linux-info
 
@@ -23,10 +24,7 @@ IUSE="account container doc +memcached +object proxy"
 REQUIRED_USE="|| ( proxy account container object )"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
-
+DEPEND="${CDEPEND}"
 RDEPEND="
        ${CDEPEND}
        >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]

Reply via email to