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 4F994138359 for ; Sat, 10 Oct 2020 23:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDE4E0966; Sat, 10 Oct 2020 23:09:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 26A0AE0966 for ; Sat, 10 Oct 2020 23:09:36 +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 E0315340D6E for ; Sat, 10 Oct 2020 23:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D29639D for ; Sat, 10 Oct 2020 23:09:33 +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: <1602371365.bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystoneauth/keystoneauth-4.2.1.ebuild X-VCS-Directories: dev-python/keystoneauth/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14 X-VCS-Branch: master Date: Sat, 10 Oct 2020 23:09:33 +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: 69e540da-78a4-4455-861b-d1f6a915f501 X-Archives-Hash: d6b8ed29570201665732390cc9197518 commit: bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14 Author: Matthew Thode gentoo org> AuthorDate: Sat Oct 10 23:09:13 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Oct 10 23:09:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71ddcf dev-python/keystoneauth: fix very silly bug Closes: https://bugs.gentoo.org/747703 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild index e1333cf7d22..e3d33b772a0 100644 --- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild +++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1