python-application: Add upstream patch to fix deprecated use of collections.MutableMapping

This commit is contained in:
2022-03-13 11:09:05 +00:00
parent e127e9c07d
commit d1bc53f91d
2 changed files with 28 additions and 0 deletions

View File

@@ -15,4 +15,7 @@ MYOPTIONS=""
DEPENDENCIES="
dev-python/zopeinterface[python_abis:*(-)?]
"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/08c503bdd1e128118e45fa50be256e27415bbd41.patch
)