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 E3B63138359 for ; Sat, 3 Oct 2020 20:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4901AE0844; Sat, 3 Oct 2020 20:39:46 +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 327E3E0844 for ; Sat, 3 Oct 2020 20:39:46 +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 EA10A340CC4 for ; Sat, 3 Oct 2020 20:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64969378 for ; Sat, 3 Oct 2020 20:39:43 +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: <1601757504.789d0658cf47ef125381efb3b1ba867110ff04f7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.10.0.ebuild app-admin/ansible/ansible-2.9.12.ebuild app-admin/ansible/ansible-2.9.13.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 789d0658cf47ef125381efb3b1ba867110ff04f7 X-VCS-Branch: master Date: Sat, 3 Oct 2020 20:39:43 +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: 3a824611-fe64-443b-a2cb-fbb28a9dd5f8 X-Archives-Hash: 01df0fd759f5e5256032118fda43dbec commit: 789d0658cf47ef125381efb3b1ba867110ff04f7 Author: Matthew Thode gentoo org> AuthorDate: Sat Oct 3 20:38:24 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Oct 3 20:38:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789d0658 app-admin/ansible: switch to DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.10.0.ebuild | 3 +-- app-admin/ansible/ansible-2.9.12.ebuild | 3 +-- app-admin/ansible/ansible-2.9.13.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app-admin/ansible/ansible-2.10.0.ebuild b/app-admin/ansible/ansible-2.10.0.ebuild index d62ac3db6e3..b2456b17b30 100644 --- a/app-admin/ansible/ansible-2.10.0.ebuild +++ b/app-admin/ansible/ansible-2.10.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils @@ -21,7 +22,6 @@ RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] @@ -33,7 +33,6 @@ RDEPEND=" " DEPEND=" !app-admin/ansible-base - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/packaging-16.6[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] diff --git a/app-admin/ansible/ansible-2.9.12.ebuild b/app-admin/ansible/ansible-2.9.12.ebuild index 7d5eb95e9a9..9d495e30b00 100644 --- a/app-admin/ansible/ansible-2.9.12.ebuild +++ b/app-admin/ansible/ansible-2.9.12.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils @@ -21,7 +22,6 @@ RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] @@ -33,7 +33,6 @@ RDEPEND=" " DEPEND=" !app-admin/ansible-base - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/packaging-16.6[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] diff --git a/app-admin/ansible/ansible-2.9.13.ebuild b/app-admin/ansible/ansible-2.9.13.ebuild index 7a568caa73b..5641f4825a3 100644 --- a/app-admin/ansible/ansible-2.9.13.ebuild +++ b/app-admin/ansible/ansible-2.9.13.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils @@ -21,7 +22,6 @@ RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] @@ -33,7 +33,6 @@ RDEPEND=" " DEPEND=" !app-admin/ansible-base - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/packaging-16.6[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}]