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 C106B13835A for ; Thu, 15 Oct 2020 01:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E08ADE097E; Thu, 15 Oct 2020 01:44:21 +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 CA4A9E097E for ; Thu, 15 Oct 2020 01:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55C89340F0B for ; Thu, 15 Oct 2020 01:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C55BF3A6 for ; Thu, 15 Oct 2020 01:44:18 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1602726243.c9998f292aa50040992299ce0b1c9ab1e71e5750.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-podman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-podman/python-podman-1.6.0.ebuild X-VCS-Directories: dev-python/python-podman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c9998f292aa50040992299ce0b1c9ab1e71e5750 X-VCS-Branch: master Date: Thu, 15 Oct 2020 01:44:18 +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: 9a56c36d-2bf3-4d90-8692-54e08fcb126e X-Archives-Hash: 42a4657f683641177fd22ab5c900fe82 commit: c9998f292aa50040992299ce0b1c9ab1e71e5750 Author: Jakov Smolic sartura hr> AuthorDate: Wed Oct 14 13:28:38 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 15 01:44:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9998f29 dev-python/python-podman: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748660 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Zac Medico gentoo.org> dev-python/python-podman/python-podman-1.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-podman/python-podman-1.6.0.ebuild b/dev-python/python-podman/python-podman-1.6.0.ebuild index d08d17805de..63ec2c3e60a 100644 --- a/dev-python/python-podman/python-podman-1.6.0.ebuild +++ b/dev-python/python-podman/python-podman-1.6.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -20,8 +21,7 @@ RDEPEND="dev-python/psutil[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/python-varlink[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/pbr[${PYTHON_USEDEP}] - >=dev-python/setuptools-39[${PYTHON_USEDEP}]" + dev-python/pbr[${PYTHON_USEDEP}]" S=${WORKDIR}/${MY_P}