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 75457138334 for ; Sat, 1 Dec 2018 23:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4614CE08B0; Sat, 1 Dec 2018 23:33:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1518DE08B0 for ; Sat, 1 Dec 2018 23:33:49 +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 9A9A1335C58 for ; Sat, 1 Dec 2018 23:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4A534CB for ; Sat, 1 Dec 2018 23:33:45 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1543707138.9360fad0c86049fb71f9acf5d054f7276b634315.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/croniter/croniter-0.3.17.ebuild X-VCS-Directories: dev-python/croniter/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9360fad0c86049fb71f9acf5d054f7276b634315 X-VCS-Branch: master Date: Sat, 1 Dec 2018 23:33:45 +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: a4f1243b-9710-4065-9791-356a652ff2ca X-Archives-Hash: 7cf53ab8ba68519eaedc30fbdaaf26ff commit: 9360fad0c86049fb71f9acf5d054f7276b634315 Author: Zac Medico gentoo org> AuthorDate: Sat Dec 1 23:32:00 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Dec 1 23:32:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9360fad0 dev-python/croniter: add pytz test dep (bug 651274) Reported-by: Toralf Förster gentoo.org> Closes: https://bugs.gentoo.org/651274 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> dev-python/croniter/croniter-0.3.17.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/croniter/croniter-0.3.17.ebuild b/dev-python/croniter/croniter-0.3.17.ebuild index 5c0577d910b..56cd90ac35e 100644 --- a/dev-python/croniter/croniter-0.3.17.ebuild +++ b/dev-python/croniter/croniter-0.3.17.ebuild @@ -16,7 +16,10 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" python_test() { py.test -v src/croniter/tests || die "tests failed"