diff options
author | 2020-06-03 22:23:15 +0200 | |
---|---|---|
committer | 2020-06-03 22:23:46 +0200 | |
commit | aa009535a428f9ae99e7363ba7a9c8fc6a415ec8 (patch) | |
tree | 53510ef2bc69bae19dcb4c69e1122c0c1c06fe5d /dev-python/httplib2 | |
parent | games-strategy/wesnoth: add missing flag-o-matic inherit (diff) | |
download | gentoo-aa009535a428f9ae99e7363ba7a9c8fc6a415ec8.tar.gz gentoo-aa009535a428f9ae99e7363ba7a9c8fc6a415ec8.tar.bz2 gentoo-aa009535a428f9ae99e7363ba7a9c8fc6a415ec8.zip |
dev-python/httplib2: Add missing test deps
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 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/httplib2/httplib2-0.18.1.ebuild b/dev-python/httplib2/httplib2-0.18.1.ebuild index a88d198375f7..18e47f64e16f 100644 --- a/dev-python/httplib2/httplib2-0.18.1.ebuild +++ b/dev-python/httplib2/httplib2-0.18.1.ebuild @@ -14,10 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="" -DEPEND="" RDEPEND="app-misc/ca-certificates" +BDEPEND=" + test? ( + dev-python/pytest-timeout[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest PATCHES=( "${FILESDIR}"/${PN}-0.12.1-use-system-cacerts.patch ) |