diff options
author | Andreas Zuber <a.zuber@gmx.ch> | 2020-05-16 22:38:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-17 07:29:02 +0200 |
commit | 494bd40344ae089285a897e6ef5ccc39de72f4cc (patch) | |
tree | 68f4e47ed1631f10ad56dd27dc0f06894646077c /dev-python/logbook | |
parent | dev-python/setuptools: Bump to 46.4.0 (diff) | |
download | gentoo-494bd40344ae089285a897e6ef5ccc39de72f4cc.tar.gz gentoo-494bd40344ae089285a897e6ef5ccc39de72f4cc.tar.bz2 gentoo-494bd40344ae089285a897e6ef5ccc39de72f4cc.zip |
dev-python/logbook: add missing test dependency
Closes: https://bugs.gentoo.org/722714
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
Closes: https://github.com/gentoo/gentoo/pull/15834
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/logbook')
-rw-r--r-- | dev-python/logbook/logbook-1.5.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/logbook/logbook-1.5.3.ebuild b/dev-python/logbook/logbook-1.5.3.ebuild index 61013032e7e5..2572bd0bcfe3 100644 --- a/dev-python/logbook/logbook-1.5.3.ebuild +++ b/dev-python/logbook/logbook-1.5.3.ebuild @@ -23,6 +23,7 @@ BDEPEND=" app-arch/brotli[${PYTHON_USEDEP},python] dev-python/execnet[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] dev-python/pyzmq[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] )" |