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 8E9E6138351 for ; Mon, 27 Jan 2020 07:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D06AE08C8; Mon, 27 Jan 2020 07:22:53 +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 C2BD4E089F for ; Mon, 27 Jan 2020 07:22:52 +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 E3E3734E3E3 for ; Mon, 27 Jan 2020 07:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0774A10B for ; Mon, 27 Jan 2020 07:22:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580109731.ae6614cb5cf10d80832e2176916becc17ecdd05b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pastedeploy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild X-VCS-Directories: dev-python/pastedeploy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae6614cb5cf10d80832e2176916becc17ecdd05b X-VCS-Branch: master Date: Mon, 27 Jan 2020 07:22:46 +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: eba14302-4649-42e3-bcf7-66edf6c19084 X-Archives-Hash: 7df87a7a86f08b5726a8d63dd49ed681 commit: ae6614cb5cf10d80832e2176916becc17ecdd05b Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 06:40:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 07:22:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6614cb dev-python/pastedeploy: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild b/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild index d16669ada32..c0cab0d1ae9 100644 --- a/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild +++ b/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -19,8 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" -RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}" distutils_enable_tests pytest