opnsense-ports/textproc/py-chardet/files/patch-setup.py
Franco Fichtner 76d6964363 */*: sync with upstream
Taken from: FreeBSD
2016-03-05 22:24:10 +01:00

11 lines
456 B
Python

--- setup.py.orig 2014-10-07 15:03:14 UTC
+++ setup.py
@@ -36,4 +36,7 @@ setup(name='chardet',
"Modules"),
"Topic :: Text Processing :: Linguistic"],
packages=['chardet'],
- entry_points={'console_scripts': ['chardetect = chardet.chardetect:main']})
+ entry_points={'console_scripts': ['chardetect = chardet.chardetect:main']},
+ tests_require=['nose'],
+ test_suite='nose.collector',
+)