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 9C578138359 for ; Tue, 17 Nov 2020 02:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C30B9E08F7; Tue, 17 Nov 2020 02:44:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A79C8E08F7 for ; Tue, 17 Nov 2020 02:44: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 2D8BE33BF1A for ; Tue, 17 Nov 2020 02:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6BEC3FB for ; Tue, 17 Nov 2020 02:44:22 +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: <1605581057.6fb2bb0b46b1bec8192100e00c65d2fef144cef6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reno/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reno/reno-3.2.0-r1.ebuild dev-python/reno/reno-3.2.0.ebuild X-VCS-Directories: dev-python/reno/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6fb2bb0b46b1bec8192100e00c65d2fef144cef6 X-VCS-Branch: master Date: Tue, 17 Nov 2020 02:44:22 +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: 46b24a64-7678-4ba3-a0bf-1114c98d5f06 X-Archives-Hash: 9493a307d9aa7c381194bf1de7a1058e commit: 6fb2bb0b46b1bec8192100e00c65d2fef144cef6 Author: Matthew Thode gentoo org> AuthorDate: Tue Nov 17 02:43:55 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Nov 17 02:44:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb2bb0b dev-python/reno: needs extras dep for tests Closes: https://bugs.gentoo.org/754864 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> dev-python/reno/{reno-3.2.0.ebuild => reno-3.2.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/reno/reno-3.2.0.ebuild b/dev-python/reno/reno-3.2.0-r1.ebuild similarity index 91% rename from dev-python/reno/reno-3.2.0.ebuild rename to dev-python/reno/reno-3.2.0-r1.ebuild index 9408169f6b9..27021077843 100644 --- a/dev-python/reno/reno-3.2.0.ebuild +++ b/dev-python/reno/reno-3.2.0-r1.ebuild @@ -22,6 +22,8 @@ RDEPEND=" >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}] >=dev-python/packaging-20.4[${PYTHON_USEDEP}] + >=dev-python/docutils-0.11[${PYTHON_USEDEP}] + >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}] " BDEPEND=" dev-python/pbr[${PYTHON_USEDEP}]