void-packages/srcpkgs/python3-nose/patches/setup.py.patch
Andrew J. Hesford d5422eb04d python-nose: remove package
python3-nose: fix for Python 3.10

This package is unmaintained but still used in tests for other packages,
so let's keep it hobbling along for awhile longer.

Fixes #33788.
2021-11-02 10:40:23 -04:00

18 lines
650 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,6 @@ try:
entry_points = {
'console_scripts': [
'nosetests = nose:run_exit',
- 'nosetests%s = nose:run_exit' % py_vers_tag,
],
'distutils.commands': [
' nosetests = nose.commands:nosetests',
@@ -106,7 +105,6 @@ setup(
license = 'GNU LGPL',
keywords = 'test unittest doctest automatic discovery',
url = 'http://readthedocs.org/docs/nose/',
- data_files = [('man/man1', ['nosetests.1'])],
package_data = {'': ['*.txt',
'examples/*.py',
'examples/*/*.py']},