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 23794138334 for ; Mon, 10 Sep 2018 13:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9DBEE0BFC; Mon, 10 Sep 2018 13:38:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 911DDE0BFC for ; Mon, 10 Sep 2018 13:38:21 +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 83EF8335C5D for ; Mon, 10 Sep 2018 13:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B56E3BB for ; Mon, 10 Sep 2018 13:38:17 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1536586655.f476a945cbbcce8a62dab9b887419fc21961f999.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ldap3/ldap3-2.2.3.ebuild dev-python/ldap3/ldap3-2.4.1.ebuild dev-python/ldap3/ldap3-2.5.1.ebuild X-VCS-Directories: dev-python/ldap3/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f476a945cbbcce8a62dab9b887419fc21961f999 X-VCS-Branch: master Date: Mon, 10 Sep 2018 13:38:17 +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-Archives-Salt: f8d41c74-2725-47d9-9a61-b6b9bcf04707 X-Archives-Hash: a8ec51fae472c0826a2d5773f43bb84f commit: f476a945cbbcce8a62dab9b887419fc21961f999 Author: Patrice Clement gentoo org> AuthorDate: Mon Sep 10 13:37:28 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Sep 10 13:37:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f476a945 dev-python/ldap3: declare RDEPEND within test condition. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/ldap3/ldap3-2.2.3.ebuild | 13 ++++++++----- dev-python/ldap3/ldap3-2.4.1.ebuild | 5 +++-- dev-python/ldap3/ldap3-2.5.1.ebuild | 5 +++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/dev-python/ldap3/ldap3-2.2.3.ebuild b/dev-python/ldap3/ldap3-2.2.3.ebuild index 79692644bb5..14c5331f093 100644 --- a/dev-python/ldap3/ldap3-2.2.3.ebuild +++ b/dev-python/ldap3/ldap3-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,11 +20,14 @@ IUSE="test" # https://github.com/cannatag/ldap3/blob/master/test/config.py). RESTRICT="test" -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +RDEPEND=" + dev-python/pyasn1[${PYTHON_USEDEP}]" + +DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - " + test? ( + dev-python/nose[${PYTHON_USEDEP}] + ${RDEPEND} )" python_test() { nosetests -v -s test || die diff --git a/dev-python/ldap3/ldap3-2.4.1.ebuild b/dev-python/ldap3/ldap3-2.4.1.ebuild index 0b8cb7a8fa8..3cfa9d7b9af 100644 --- a/dev-python/ldap3/ldap3-2.4.1.ebuild +++ b/dev-python/ldap3/ldap3-2.4.1.ebuild @@ -24,9 +24,10 @@ RDEPEND=" dev-python/pyasn1[${PYTHON_USEDEP}]" DEPEND=" - ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + ${RDEPEND} )" python_test() { nosetests -v -s test || die diff --git a/dev-python/ldap3/ldap3-2.5.1.ebuild b/dev-python/ldap3/ldap3-2.5.1.ebuild index 0b8cb7a8fa8..3cfa9d7b9af 100644 --- a/dev-python/ldap3/ldap3-2.5.1.ebuild +++ b/dev-python/ldap3/ldap3-2.5.1.ebuild @@ -24,9 +24,10 @@ RDEPEND=" dev-python/pyasn1[${PYTHON_USEDEP}]" DEPEND=" - ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + ${RDEPEND} )" python_test() { nosetests -v -s test || die