commit: f7ce0728dcf11b6d1b5a4ff9f232e417aefcd007 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sun Jan 17 14:07:36 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jan 18 09:35:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ce0728
dev-db/pgcli: Remove unneded test dep * Pgcli doesn't explicitly need python-dateutil, it is pulled in by dev-python/pendulum since 25758bbe13f42b824713b0d52661e26d8c6f954d Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/19091 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-db/pgcli/pgcli-3.1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-db/pgcli/pgcli-3.1.0.ebuild b/dev-db/pgcli/pgcli-3.1.0.ebuild index 7cd55f1d636..453cba7d70d 100644 --- a/dev-db/pgcli/pgcli-3.1.0.ebuild +++ b/dev-db/pgcli/pgcli-3.1.0.ebuild @@ -31,7 +31,6 @@ BDEPEND=" test? ( dev-db/postgresql dev-python/mock[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] )" distutils_enable_tests pytest
