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 5B07C138350 for ; Tue, 21 Apr 2020 20:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F490E0BBC; Tue, 21 Apr 2020 20:01:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B980E0BBC for ; Tue, 21 Apr 2020 20:01:30 +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 699A934F1CD for ; Tue, 21 Apr 2020 20:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9339C for ; Tue, 21 Apr 2020 20:01:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587499278.f6fd55ac6760f6081619a6ae1eb34461cd620012.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/nattka/nattka-0.2.2.ebuild app-portage/nattka/nattka-9999.ebuild X-VCS-Directories: app-portage/nattka/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f6fd55ac6760f6081619a6ae1eb34461cd620012 X-VCS-Branch: master Date: Tue, 21 Apr 2020 20:01:25 +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: 81707de5-6eff-49da-b163-e806b30c8a24 X-Archives-Hash: 35be03709ba1c64e19aec9cb0cdae14d commit: f6fd55ac6760f6081619a6ae1eb34461cd620012 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 21 19:49:07 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 21 20:01:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fd55ac app-portage/nattka: Add missing test-dep on freezegun Reported by sam-c. Signed-off-by: Michał Górny gentoo.org> app-portage/nattka/nattka-0.2.2.ebuild | 5 ++++- app-portage/nattka/nattka-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-portage/nattka/nattka-0.2.2.ebuild b/app-portage/nattka/nattka-0.2.2.ebuild index 4f5a648d5df..b3077c8bda2 100644 --- a/app-portage/nattka/nattka-0.2.2.ebuild +++ b/app-portage/nattka/nattka-0.2.2.ebuild @@ -23,7 +23,10 @@ RDEPEND=" dev-vcs/git sys-apps/pkgcore[${PYTHON_USEDEP}]" BDEPEND=" - test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + )" distutils_enable_sphinx doc --no-autodoc distutils_enable_tests pytest diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild index 548a148425a..f575cbb977e 100644 --- a/app-portage/nattka/nattka-9999.ebuild +++ b/app-portage/nattka/nattka-9999.ebuild @@ -23,7 +23,10 @@ RDEPEND=" dev-vcs/git sys-apps/pkgcore[${PYTHON_USEDEP}]" BDEPEND=" - test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + )" distutils_enable_sphinx doc --no-autodoc distutils_enable_tests pytest