14
0

- add collections-python310.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=13
This commit is contained in:
2022-01-16 14:08:07 +00:00
committed by Git OBS Bridge
parent f545f15333
commit 955149d5bb
5 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
--- python-redfish-library-3.1.0/src/redfish/ris/rmc.py 2022-01-10 14:55:53.000000000 +0100
+++ python-redfish-library-3.1.0/src/redfish/ris/rmc.py 2022-01-16 15:02:43.088058912 +0100
@@ -15,7 +15,8 @@
import copy
import shutil
import logging
-from collections import OrderedDict, Mapping
+from collections import OrderedDict
+from collections.abc import Mapping
import jsonpatch
import jsonpath_rw