diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/flask-nav/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/flask-nav/files')
| -rw-r--r-- | dev-python/flask-nav/files/flask-nav-0.6-py310.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch deleted file mode 100644 index 02a06a9c99d9..000000000000 --- a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/flask_nav/__init__.py b/flask_nav/__init__.py -index 7c25dfa..5826b9e 100644 ---- a/flask_nav/__init__.py -+++ b/flask_nav/__init__.py -@@ -1,4 +1,4 @@ --import collections -+import collections.abc - from importlib import import_module - import re - -@@ -46,7 +46,7 @@ class NavbarRenderingError(Exception): - pass - - --class ElementRegistry(collections.MutableMapping): -+class ElementRegistry(collections.abc.MutableMapping): - def __init__(self): - self._elems = {} - |
