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 48D461382C5 for ; Tue, 8 Dec 2020 05:53:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3736DE0880; Tue, 8 Dec 2020 05:53:27 +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 1E78FE0880 for ; Tue, 8 Dec 2020 05:53:27 +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 C13FC340EFA for ; Tue, 8 Dec 2020 05:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1851A490 for ; Tue, 8 Dec 2020 05:53:22 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1607406788.a9550c280e92e0ec825815b34f0d0d4059d1fd8c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspelling/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyspelling/pyspelling-2.7.0.ebuild X-VCS-Directories: dev-python/pyspelling/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a9550c280e92e0ec825815b34f0d0d4059d1fd8c X-VCS-Branch: master Date: Tue, 8 Dec 2020 05:53: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: d2cd20e8-e80d-4793-9f47-d66396fa6fef X-Archives-Hash: 5c252346c7c3ba7b58b23ed186e11940 commit: a9550c280e92e0ec825815b34f0d0d4059d1fd8c Author: Joonas Niilola gentoo org> AuthorDate: Tue Dec 8 05:46:16 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 8 05:53:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9550c28 dev-python/pyspelling: add missing test dep Signed-off-by: Joonas Niilola gentoo.org> dev-python/pyspelling/pyspelling-2.7.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pyspelling/pyspelling-2.7.0.ebuild b/dev-python/pyspelling/pyspelling-2.7.0.ebuild index f350d6f3873..97c7dbb77ba 100644 --- a/dev-python/pyspelling/pyspelling-2.7.0.ebuild +++ b/dev-python/pyspelling/pyspelling-2.7.0.ebuild @@ -36,6 +36,8 @@ RDEPEND=" >=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}] " +BDEPEND="test? ( dev-vcs/git )" + distutils_enable_tests pytest python_prepare_all() {