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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CCB815808E for ; Fri, 22 Apr 2022 15:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98344E0894; Fri, 22 Apr 2022 15:28:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66136E0894 for ; Fri, 22 Apr 2022 15:28:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5490F341CB6 for ; Fri, 22 Apr 2022 15:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1B593B5 for ; Fri, 22 Apr 2022 15:28:12 +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: <1650641288.08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tables2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-tables2/django-tables2-2.4.1.ebuild X-VCS-Directories: dev-python/django-tables2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932 X-VCS-Branch: master Date: Fri, 22 Apr 2022 15:28:12 +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: 3638e09d-28f4-45de-97f5-c7c1cba54f33 X-Archives-Hash: b6a6b972d59076542de904c7a9bc8ffd commit: 08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 22 15:26:03 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 22 15:28:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cf48c3 dev-python/django-tables2: Add more test deps Closes: https://bugs.gentoo.org/840185 Signed-off-by: Michał Górny gentoo.org> dev-python/django-tables2/django-tables2-2.4.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/django-tables2/django-tables2-2.4.1.ebuild b/dev-python/django-tables2/django-tables2-2.4.1.ebuild index af489e066e89..d39562b1bad8 100644 --- a/dev-python/django-tables2/django-tables2-2.4.1.ebuild +++ b/dev-python/django-tables2/django-tables2-2.4.1.ebuild @@ -32,6 +32,9 @@ BDEPEND=" ${RDEPEND} dev-python/django-filter[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/psycopg:2[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] ) "