freebsd-ports/devel/gaphor/files/patch-setup.py
Martin Wilke c5ea08d822 - Update to 0.17.1
PR:		177247
Submitted by:	ports fury
2013-03-28 04:52:46 +00:00

12 lines
240 B
Python

--- setup.py.orig
+++ setup.py
@@ -144,8 +144,7 @@
setup_requires = [
#'Sphinx >= 1.0.6',
- 'nose >= 0.10.4',
- 'setuptools-git >= 0.3.4'
+ 'nose >= 0.10.4'
],
test_suite = 'nose.collector',