From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5BAC138359 for ; Wed, 30 Sep 2020 17:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B69C2E09B4; Wed, 30 Sep 2020 17:24:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D6A8E09B4 for ; Wed, 30 Sep 2020 17:24:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E20F340C43 for ; Wed, 30 Sep 2020 17:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998BD2EC for ; Wed, 30 Sep 2020 17:24:05 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1601486636.a82c287220e64edf4b258a9b9e8d7b3015468afb.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glance_store/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/glance_store/glance_store-1.0.1.ebuild X-VCS-Directories: dev-python/glance_store/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: a82c287220e64edf4b258a9b9e8d7b3015468afb X-VCS-Branch: master Date: Wed, 30 Sep 2020 17:24:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a92a1a8-e145-49b6-82a1-0a2d8bff8aa3 X-Archives-Hash: 335b93a070d274145e72262d8f0571b4 commit: a82c287220e64edf4b258a9b9e8d7b3015468afb Author: Matthew Thode gentoo org> AuthorDate: Wed Sep 30 17:09:24 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Sep 30 17:23:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82c2872 dev-python/glance_store: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/745666 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/glance_store/glance_store-1.0.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/glance_store/glance_store-1.0.1.ebuild b/dev-python/glance_store/glance_store-1.0.1.ebuild index 57415e7d411..c8e4cb45994 100644 --- a/dev-python/glance_store/glance_store-1.0.1.ebuild +++ b/dev-python/glance_store/glance_store-1.0.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -16,10 +17,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="cinder swift vmware" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} -" +DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]