diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-16 10:32:45 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-16 10:33:31 +0200 |
commit | de8da00c0b257e8f73c34a5845e9b07947affe81 (patch) | |
tree | 8e4669e31c643ff9aeea52c293ad2b2c8c0331ed /dev-db | |
parent | dev-python/clikit: update DESCRIPTION (diff) | |
download | gentoo-de8da00c0b257e8f73c34a5845e9b07947affe81.tar.gz gentoo-de8da00c0b257e8f73c34a5845e9b07947affe81.tar.bz2 gentoo-de8da00c0b257e8f73c34a5845e9b07947affe81.zip |
dev-db/pgcli: add missing test dep to 3.1.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgcli/pgcli-3.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/pgcli/pgcli-3.1.0.ebuild b/dev-db/pgcli/pgcli-3.1.0.ebuild index 453cba7d70d4..7cd55f1d636e 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 |