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 04B5C138334 for ; Mon, 16 Dec 2019 10:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B77E0845; Mon, 16 Dec 2019 10:14:58 +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 1CDE2E0845 for ; Mon, 16 Dec 2019 10:14:58 +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 44C1134D8D2 for ; Mon, 16 Dec 2019 10:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4367968 for ; Mon, 16 Dec 2019 10:14:55 +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: <1576491279.1b1dd9f03b62a81106e56e1ba4e726056d8dd5ab.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbr/pbr-5.1.1.ebuild X-VCS-Directories: dev-python/pbr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b1dd9f03b62a81106e56e1ba4e726056d8dd5ab X-VCS-Branch: master Date: Mon, 16 Dec 2019 10:14:55 +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: 04e904c4-476c-4c14-b430-9ec6c1263781 X-Archives-Hash: 6c4a90494334f2bf528b34425acbdd9e commit: 1b1dd9f03b62a81106e56e1ba4e726056d8dd5ab Author: Michał Górny gentoo org> AuthorDate: Mon Dec 16 09:56:15 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 16 10:14:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1dd9f0 dev-python/pbr: Replace python_gen_usedep Signed-off-by: Michał Górny gentoo.org> dev-python/pbr/pbr-5.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pbr/pbr-5.1.1.ebuild b/dev-python/pbr/pbr-5.1.1.ebuild index 956f9fc47cd..fb7d99ad0ef 100644 --- a/dev-python/pbr/pbr-5.1.1.ebuild +++ b/dev-python/pbr/pbr-5.1.1.ebuild @@ -37,7 +37,9 @@ DEPEND=" >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}] - >=dev-python/stestr-2.1.0[$(python_gen_usedep python{2_7,3_5,3_6})] + $(python_gen_cond_dep ' + >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}] + ' python{2_7,3_5,3_6}) >=dev-python/coverage-4.0[${PYTHON_USEDEP}] !~dev-python/coverage-4.4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}]