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 0BD39138350 for ; Tue, 11 Feb 2020 20:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F2E0E08DB; Tue, 11 Feb 2020 20:15:26 +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 E7AF0E08DB for ; Tue, 11 Feb 2020 20:15:25 +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 B679534EBA8 for ; Tue, 11 Feb 2020 20:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C3EF116 for ; Tue, 11 Feb 2020 20:15:23 +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: <1581452119.f4774613741b963d44cb6f009b23d36997912b44.prometheanfire@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: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: f4774613741b963d44cb6f009b23d36997912b44 X-VCS-Branch: master Date: Tue, 11 Feb 2020 20:15:23 +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: 1b3ac204-0544-49d8-98cf-e2ce7bb1015d X-Archives-Hash: 7aa429afce236e834f0b698ad4a286c3 commit: f4774613741b963d44cb6f009b23d36997912b44 Author: Matthew Thode gentoo org> AuthorDate: Tue Feb 11 20:15:03 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Feb 11 20:15:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4774613 dev-python/pbr: fix tests on py37 for 5.1.1 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> dev-python/pbr/pbr-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pbr/pbr-5.1.1.ebuild b/dev-python/pbr/pbr-5.1.1.ebuild index 91144ad7969..79cab5d13d3 100644 --- a/dev-python/pbr/pbr-5.1.1.ebuild +++ b/dev-python/pbr/pbr-5.1.1.ebuild @@ -39,7 +39,7 @@ DEPEND=" >=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}] - ' python{2_7,3_5,3_6}) + ' python{2_7,3_5,3_6,3_7}) >=dev-python/coverage-4.0[${PYTHON_USEDEP}] !~dev-python/coverage-4.4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}]