summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-28 14:26:18 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-28 14:26:24 +0200
commitb1c25642401d33feefa67e3ce728d3c34afb0e1f (patch)
tree282cc85001d991cb7f78743874fa234d97969fb8 /dev-python/columnize/columnize-0.3.5-r1.ebuild
parentmedia-gfx/argyllcms: version bump, bug #561188 (diff)
downloadgentoo-b1c25642401d33feefa67e3ce728d3c34afb0e1f.tar.gz
gentoo-b1c25642401d33feefa67e3ce728d3c34afb0e1f.tar.bz2
gentoo-b1c25642401d33feefa67e3ce728d3c34afb0e1f.zip
dev-python/columnize: Fix setup.py to use tests_requires and correct deps to pytest
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=539818 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561734 see Github rocky/pycolumnize#24 Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/columnize/columnize-0.3.5-r1.ebuild')
-rw-r--r--dev-python/columnize/columnize-0.3.5-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/columnize/columnize-0.3.5-r1.ebuild b/dev-python/columnize/columnize-0.3.5-r1.ebuild
index 4d71319180a4..579c0a26494f 100644
--- a/dev-python/columnize/columnize-0.3.5-r1.ebuild
+++ b/dev-python/columnize/columnize-0.3.5-r1.ebuild
@@ -20,6 +20,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
+PATCHES=( "${FILESDIR}"/${P}-nose.patch )
+
python_test() {
nosetests || die "tests failed"
}