ports/devel/py-logan/files/patch-setup.py
Steve Wills 7bf5d98f74 Logan is a toolkit for running standalone Django applications. It provides you
with tools to create a CLI runner, manage settings, and the ability to bootstrap
the process.

WWW: https://github.com/dcramer/logan

PR:		ports/187690
Submitted by:	Johannes Meixner <xmj@chaot.net>
2014-03-19 00:55:31 +00:00

16 lines
450 B
Python

--- ./setup.py.orig 2014-03-17 18:14:19.000000000 +0200
+++ ./setup.py 2014-03-17 18:14:54.000000000 +0200
@@ -23,13 +23,6 @@
long_description=__doc__,
zip_safe=False,
install_requires=[],
- tests_require=[
- 'django>=1',
- 'mock>=0.8.0',
- 'nose>=1.1.2',
- 'unittest2',
- ],
- test_suite='unittest2.collector',
license='Apache License 2.0',
include_package_data=True,
classifiers=[