diff options
Diffstat (limited to 'dev-python/matrix-client/files/setup_py.patch')
| -rw-r--r-- | dev-python/matrix-client/files/setup_py.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/matrix-client/files/setup_py.patch b/dev-python/matrix-client/files/setup_py.patch new file mode 100644 index 000000000000..c4cc4c51769b --- /dev/null +++ b/dev-python/matrix-client/files/setup_py.patch @@ -0,0 +1,11 @@ +diff -urN matrix_client-0.4.0.orig/setup.py matrix_client-0.4.0/setup.py +--- matrix_client-0.4.0.orig/setup.py 2022-05-12 10:42:34.391396131 +0200 ++++ matrix_client-0.4.0/setup.py 2022-05-12 10:47:19.988377071 +0200 +@@ -48,7 +48,6 @@ + 'requests~=2.22', + 'urllib3~=1.21', + ], +- setup_requires=['pytest-runner~=5.1'], + tests_require=['pytest >=4.6.5, <6.0.0', 'responses >=0.10.6, ==0.10.*'], + extras_require={ + 'test': ['pytest >=4.6, <6.0.0', 'responses >=0.10.6, ==0.10.*'], |
