diff options
author | 2018-08-13 07:59:14 -0400 | |
---|---|---|
committer | 2018-08-13 08:01:23 -0400 | |
commit | b267275c6ee8b262b695f4a07a555b815869767a (patch) | |
tree | 107e76573b64b9cdc06f98f4aa8012f8ed7504b8 /dev-python/click/click-6.7.ebuild | |
parent | sci-libs/keras-preprocessing: new package (diff) | |
download | gentoo-b267275c6ee8b262b695f4a07a555b815869767a.tar.gz gentoo-b267275c6ee8b262b695f4a07a555b815869767a.tar.bz2 gentoo-b267275c6ee8b262b695f4a07a555b815869767a.zip |
dev-python/click: fix broken tests
Closes: https://bugs.gentoo.org/635806
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'dev-python/click/click-6.7.ebuild')
-rw-r--r-- | dev-python/click/click-6.7.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/click/click-6.7.ebuild b/dev-python/click/click-6.7.ebuild index a594f6dc8176..74c2f3587ec8 100644 --- a/dev-python/click/click-6.7.ebuild +++ b/dev-python/click/click-6.7.ebuild @@ -23,6 +23,11 @@ DEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +PATCHES=( + # From upstream, can be removed in next release. + "${FILESDIR}/${PN}-6.7-fix-tests.patch" +) + pkg_setup() { use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) } |