summaryrefslogtreecommitdiff
path: root/devel/py-airtable-python-wrapper/files/patch-setup.py
blob: 26e48c1273a03335e1b893b4464c22872153dcb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2021-07-27 05:35:10 UTC
+++ setup.py
@@ -7,7 +7,7 @@ about = {}
 with open(os.path.join(here, "airtable", "__version__.py"), mode="r") as f:
     exec(f.read(), about)
 
-setup_requires = ["pytest-runner"]
+setup_requires = []
 install_requires = ["requests>=2"]
 tests_require = ["requests-mock", "requests", "mock", "pytest"]