commit: 1ad25608e3c5ca52cc32db982dba81f9756e5a60 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Tue Jun 9 09:55:55 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Tue Jun 9 09:57:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad25608
dev-python/pushbullet-py: add missing test dep. (mock) Closes: https://bugs.gentoo.org/723696 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild index c1adf5146b1..d5dba92dc0b 100644 --- a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild +++ b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} + dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ) "
