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 0F33B158019 for ; Sat, 2 Oct 2021 08:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6125E0870; Sat, 2 Oct 2021 08:35:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC0BBE0870 for ; Sat, 2 Oct 2021 08:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92036342D59 for ; Sat, 2 Oct 2021 08:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA945108 for ; Sat, 2 Oct 2021 08:35:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633163712.6c3660126eff2e547cfedd29e6d231fa2d757370.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-context/oslo-context-3.3.1.ebuild X-VCS-Directories: dev-python/oslo-context/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6c3660126eff2e547cfedd29e6d231fa2d757370 X-VCS-Branch: master Date: Sat, 2 Oct 2021 08:35:31 +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: de334a5a-fefb-426a-9af8-fb1d6d085b8c X-Archives-Hash: e3f7b456318589d68cd823150d3944c9 commit: 6c3660126eff2e547cfedd29e6d231fa2d757370 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Oct 2 07:01:25 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 2 08:35:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c366012 dev-python/oslo-context: enable doc generation, cleanup deps Signed-off-by: Arthur Zamarin gentoo.org> dev-python/oslo-context/oslo-context-3.3.1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/oslo-context/oslo-context-3.3.1.ebuild b/dev-python/oslo-context/oslo-context-3.3.1.ebuild index 6a0c34e7217..e6c16586c80 100644 --- a/dev-python/oslo-context/oslo-context-3.3.1.ebuild +++ b/dev-python/oslo-context/oslo-context-3.3.1.ebuild @@ -15,14 +15,16 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 x86" -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND} +RDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]" -BDEPEND="${CDEPEND} +BDEPEND=" + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] test? ( >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] )" distutils_enable_tests unittest +distutils_enable_sphinx doc/source \ + dev-python/openstackdocstheme