From e8e1cef2dee055385d57e2fc11dcdfa98634d0ef Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 12 May 2022 12:39:43 +0000 Subject: Adding metadata --- dev-python/matrix-client/files/setup_py.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/matrix-client/files/setup_py.patch (limited to 'dev-python/matrix-client/files/setup_py.patch') 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.*'], -- cgit v1.3.1