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 3167B13835A for ; Sat, 16 Jan 2021 08:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C7BDE086B; Sat, 16 Jan 2021 08:33:42 +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 55500E086B for ; Sat, 16 Jan 2021 08:33:42 +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 1B9D1340F66 for ; Sat, 16 Jan 2021 08:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254ED4A6 for ; Sat, 16 Jan 2021 08:33:38 +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: <1610786011.de8da00c0b257e8f73c34a5845e9b07947affe81.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgcli/pgcli-3.1.0.ebuild X-VCS-Directories: dev-db/pgcli/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: de8da00c0b257e8f73c34a5845e9b07947affe81 X-VCS-Branch: master Date: Sat, 16 Jan 2021 08:33:38 +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: b0550101-abf4-4ac9-bb6e-72c4bd15bde2 X-Archives-Hash: c3ab17c8e04f81f7490d1a42fab9865c commit: de8da00c0b257e8f73c34a5845e9b07947affe81 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jan 16 08:32:45 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jan 16 08:33:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8da00c dev-db/pgcli: add missing test dep to 3.1.0 Signed-off-by: Joonas Niilola gentoo.org> dev-db/pgcli/pgcli-3.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/pgcli/pgcli-3.1.0.ebuild b/dev-db/pgcli/pgcli-3.1.0.ebuild index 453cba7d70d..7cd55f1d636 100644 --- a/dev-db/pgcli/pgcli-3.1.0.ebuild +++ b/dev-db/pgcli/pgcli-3.1.0.ebuild @@ -31,6 +31,7 @@ BDEPEND=" test? ( dev-db/postgresql dev-python/mock[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] )" distutils_enable_tests pytest