diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-06-09 11:55:55 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-06-09 11:57:14 +0200 |
commit | 1ad25608e3c5ca52cc32db982dba81f9756e5a60 (patch) | |
tree | 1de62cfa3b6b9a532530df7dd05e733343cdfec0 /dev-python/pushbullet-py | |
parent | net-proxy/haproxy: Bump to 2.1.7 (diff) | |
download | gentoo-1ad25608e3c5ca52cc32db982dba81f9756e5a60.tar.gz gentoo-1ad25608e3c5ca52cc32db982dba81f9756e5a60.tar.bz2 gentoo-1ad25608e3c5ca52cc32db982dba81f9756e5a60.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pushbullet-py')
-rw-r--r-- | dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 c1adf5146b15..d5dba92dc0b6 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}] ) " |