Files
ports/www/py-pecan/files/patch-setup.py
T
Kubilay Kocak b714c5a8d5 [NEW] www/py-pecan: WSGI object-dispatching web framework
A WSGI object-dispatching web framework.

Designed to be lean and fast with few dependencies.

WWW: https://github.com/pecan/pecan/

PR:		241691
Submitted by:	Willem Jan Withagen <wjw digiware nl>
2019-12-17 03:14:37 +00:00

19 lines
342 B
Python

--- setup.py.orig 2019-12-16 02:09:56 UTC
+++ setup.py
@@ -1,3 +1,7 @@
+# virtualenv is not a compulsory test dependency
+# make it an extras_require[dev] instead
+# TODO: Upstream
+
import sys
import platform
@@ -29,7 +33,6 @@ except:
tests_require = requirements + [
- 'virtualenv',
'Jinja2',
'gunicorn',
'mock',