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 C2312138359 for ; Tue, 15 Sep 2020 11:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2DC8E089A; Tue, 15 Sep 2020 11:47:46 +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 76A08E089A for ; Tue, 15 Sep 2020 11:47:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5DE4C340DB4 for ; Tue, 15 Sep 2020 11:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7144352 for ; Tue, 15 Sep 2020 11:47:43 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1600170434.04902ed366cb95a8213f3cea332c7d0a25cd95f1.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/urlwatch/urlwatch-2.21.ebuild X-VCS-Directories: www-misc/urlwatch/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 04902ed366cb95a8213f3cea332c7d0a25cd95f1 X-VCS-Branch: master Date: Tue, 15 Sep 2020 11:47:43 +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: 7ea02868-560e-4d94-9a9c-86625ad50d8b X-Archives-Hash: 89e2e86ff36a7ac60d630a94c6eb30e7 commit: 04902ed366cb95a8213f3cea332c7d0a25cd95f1 Author: Louis Sautier gentoo org> AuthorDate: Tue Sep 15 11:46:53 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Sep 15 11:47:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04902ed3 www-misc/urlwatch: add missing docutils test dependency Closes: https://bugs.gentoo.org/742644 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier gentoo.org> www-misc/urlwatch/urlwatch-2.21.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-misc/urlwatch/urlwatch-2.21.ebuild b/www-misc/urlwatch/urlwatch-2.21.ebuild index 14b690d9ea5..72f069acf85 100644 --- a/www-misc/urlwatch/urlwatch-2.21.ebuild +++ b/www-misc/urlwatch/urlwatch-2.21.ebuild @@ -34,6 +34,7 @@ BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} + dev-python/docutils[${PYTHON_USEDEP}] dev-python/pycodestyle[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )