diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-03-18 10:17:57 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-03-18 10:41:35 +0100 |
commit | a7c96167ae8748a8b76fabaf74a997094cdf7fc5 (patch) | |
tree | ee280dc5d37be7cd50f44d7c92f516d7496374a6 /gnu/local.mk | |
parent | 483124bc484d65b4036c098a700681656e6b69fb (diff) | |
download | guix-a7c96167ae8748a8b76fabaf74a997094cdf7fc5.tar.gz guix-a7c96167ae8748a8b76fabaf74a997094cdf7fc5.zip |
gnu: python-typeguard: Python 3.10 compatibility.
* gnu/packages/patches/python-typeguard-python3.10.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/python-xyz.scm (python-typeguard): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6a7e41c476..43b7e4ceb3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1644,6 +1644,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pypdf-annotate-tests-appropriately.patch \ %D%/packages/patches/python-sgmllib3k-assertions.patch \ %D%/packages/patches/python-telingo-fix-comparison.patch \ + %D%/packages/patches/python-typeguard-python3.10.patch \ %D%/packages/patches/python-w3lib-fix-test-failure.patch \ %D%/packages/patches/sdcc-disable-non-free-code.patch \ %D%/packages/patches/sdl-pango-api_additions.patch \ |