diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-15 13:40:45 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-15 13:40:45 +0000 |
| commit | 4fdc4365dce1f56156fc587f23704578b357eaba (patch) | |
| tree | 9d18587311a929af94911d8180617f4c69209ac8 /dev-python/dnspython/files | |
| parent | 3911cd499e81458093f7ac17c39a4b5cd7fcb861 (diff) | |
| download | baldeagleos-repo-4fdc4365dce1f56156fc587f23704578b357eaba.tar.gz baldeagleos-repo-4fdc4365dce1f56156fc587f23704578b357eaba.tar.xz baldeagleos-repo-4fdc4365dce1f56156fc587f23704578b357eaba.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dnspython/files')
| -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 |
