summaryrefslogtreecommitdiff
path: root/dev-python/dnspython/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-28 01:45:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-28 01:45:31 +0000
commitb306b3b6903b6e443cf6a3c8b22954da3d1d57c6 (patch)
treeeb8efbb2a422cdacca5ec0bb4f29852776840c6d /dev-python/dnspython/files
parent8dfbbf9dcd52fab20bf703331d91809ae5b7b113 (diff)
downloadbaldeagleos-repo-b306b3b6903b6e443cf6a3c8b22954da3d1d57c6.tar.gz
baldeagleos-repo-b306b3b6903b6e443cf6a3c8b22954da3d1d57c6.tar.xz
baldeagleos-repo-b306b3b6903b6e443cf6a3c8b22954da3d1d57c6.zip
Adding metadata
Diffstat (limited to 'dev-python/dnspython/files')
-rw-r--r--dev-python/dnspython/files/dnspython-1.16.0-py310.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index ad6fa929e5e2..000000000000
--- a/dev-python/dnspython/files/dnspython-1.16.0-py310.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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