$OpenBSD: patch-setup_py,v 1.4 2021/08/01 11:54:57 sthen Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -41,8 +41,9 @@ if sys.argv[-1] == 'publish':
 packages = ['requests']
 
 requires = [
-    'charset_normalizer~=2.0.0; python_version >= "3"',
-    'chardet>=3.0.2,<5; python_version < "3"',
+#    'charset_normalizer~=2.0.0; python_version >= "3"',
+#    'chardet>=3.0.2,<5; python_version < "3"',
+    'chardet>=3.0.2,<5',
     'idna>=2.5,<3; python_version < "3"',
     'idna>=2.5,<4; python_version >= "3"',
     'urllib3>=1.21.1,<1.27',
@@ -50,7 +51,7 @@ requires = [
 
 ]
 test_requirements = [
-    'pytest-httpbin==0.0.7',
+    'pytest-httpbin',
     'pytest-cov',
     'pytest-mock',
     'pytest-xdist',
