001-disable-setup-requirements.patch (291B)
1 diff --git a/setup.py b/setup.py 2 index b5c05df..a777dd7 100644 3 --- a/setup.py 4 +++ b/setup.py 5 @@ -266,6 +266,7 @@ class DummyPyTest(test): 6 with open(os.path.join(base_dir, "README.rst")) as f: 7 long_description = f.read() 8 9 +setup_requirements=[] 10 11 setup( 12 name=about["__title__"],