dev-python/columnize: add forgotten patch to skip test dep

Tests aren't bundled with the tarball anymore so drop the deps required
to run them.

Fixes #593852.
This commit is contained in:
Tim Harder
2016-09-15 13:27:57 -04:00
parent 23e1881261
commit efe411d088

View File

@@ -19,3 +19,5 @@ IUSE=""
RDEPEND="dev-python/backports-shutil_get_terminal_size[$(python_gen_usedep 'python2*')]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}"/${PN}-0.3.8-nose.patch )