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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F20F815808B for ; Thu, 17 Mar 2022 01:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C6DBE08FC; Thu, 17 Mar 2022 01:42:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E755E08FC for ; Thu, 17 Mar 2022 01:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 068DD3437A1 for ; Thu, 17 Mar 2022 01:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CD11331 for ; Thu, 17 Mar 2022 01:42:26 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1647480152.a8f105cf59292a35b862a3452c4f99dd215ac358.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-rootwrap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild X-VCS-Directories: dev-python/oslo-rootwrap/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a8f105cf59292a35b862a3452c4f99dd215ac358 X-VCS-Branch: dev Date: Thu, 17 Mar 2022 01:42:26 +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: c19b1980-a0af-4a05-9601-041fd2304a9c X-Archives-Hash: a58646ae4acb69b3a5d4166cdb55fa8c commit: a8f105cf59292a35b862a3452c4f99dd215ac358 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Mar 17 01:22:32 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Mar 17 01:22:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8f105cf dev-python/oslo-rootwrap: enable py3.9 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild index 3d35c847d..560379c33 100644 --- a/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild +++ b/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild @@ -3,13 +3,13 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Allows fine filtering of shell commands to run as root from OpenStack services" HOMEPAGE=" - https://pypi.org/project/oslo.rootwrap + https://pypi.org/project/oslo.rootwrap/ https://opendev.org/openstack/oslo.rootwrap https://launchpad.net/oslo.rootwrap " @@ -24,6 +24,8 @@ RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]" DEPEND=" ${RDEPEND} >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" test? ( >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]