diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-17 15:07:36 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-18 11:35:49 +0200 |
commit | f7ce0728dcf11b6d1b5a4ff9f232e417aefcd007 (patch) | |
tree | 81c51136bbbc696d25bfc21d6d485913c187a755 /dev-db/pgcli | |
parent | app-misc/pdfpc: Bump to 4.4.1 (diff) | |
download | gentoo-f7ce0728dcf11b6d1b5a4ff9f232e417aefcd007.tar.gz gentoo-f7ce0728dcf11b6d1b5a4ff9f232e417aefcd007.tar.bz2 gentoo-f7ce0728dcf11b6d1b5a4ff9f232e417aefcd007.zip |
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@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/19091
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db/pgcli')
-rw-r--r-- | dev-db/pgcli/pgcli-3.1.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-db/pgcli/pgcli-3.1.0.ebuild b/dev-db/pgcli/pgcli-3.1.0.ebuild index 7cd55f1d636e..453cba7d70d4 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 |