diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-04 12:32:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-04 12:32:46 +0200 |
commit | 4ab6f0718186e031bc91f4f596eb3e41de075092 (patch) | |
tree | a8bf9432b1d71204f31c2a50d9d63688488cec85 /dev-python/httplib2 | |
parent | app-admin/puppet-agent: new puppet-agent is not ready (diff) | |
download | gentoo-4ab6f0718186e031bc91f4f596eb3e41de075092.tar.gz gentoo-4ab6f0718186e031bc91f4f596eb3e41de075092.tar.bz2 gentoo-4ab6f0718186e031bc91f4f596eb3e41de075092.zip |
dev-python/httplib2: Add missing mock dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r-- | dev-python/httplib2/httplib2-0.18.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/httplib2/httplib2-0.18.1.ebuild b/dev-python/httplib2/httplib2-0.18.1.ebuild index 18e47f64e16f..28cf38786a4c 100644 --- a/dev-python/httplib2/httplib2-0.18.1.ebuild +++ b/dev-python/httplib2/httplib2-0.18.1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-l RDEPEND="app-misc/ca-certificates" BDEPEND=" test? ( + dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] )" |