diff options
Diffstat (limited to 'dev-python/dnspython/files/dnspython-1.16.0-py310.patch')
-rw-r--r-- | dev-python/dnspython/files/dnspython-1.16.0-py310.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/dnspython/files/dnspython-1.16.0-py310.patch b/dev-python/dnspython/files/dnspython-1.16.0-py310.patch new file mode 100644 index 000000000000..ad6fa929e5e2 --- /dev/null +++ b/dev-python/dnspython/files/dnspython-1.16.0-py310.patch @@ -0,0 +1,13 @@ +diff --git a/dns/namedict.py b/dns/namedict.py +index 37a1310..7d52668 100644 +--- a/dns/namedict.py ++++ b/dns/namedict.py +@@ -32,7 +32,7 @@ import dns.name + from ._compat import xrange + + +-class NameDict(collections.MutableMapping): ++class NameDict(collections.abc.MutableMapping): + """A dictionary whose keys are dns.name.Name objects. + + In addition to being like a regular Python dictionary, this |