diff options
author | Greg Hogan <code@greghogan.com> | 2023-05-22 20:17:39 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 16:08:28 +0200 |
commit | 53c47c4f285bf79d62fcf069b53fb34209e014e5 (patch) | |
tree | ca2da1fbdb094fd5f6354a694439f0777e4100c7 /gnu/local.mk | |
parent | c3f94451445558c4c2302213361430b96b6c6157 (diff) |
gnu: python-docrepr: Fix tests.
* gnu/packages/patches/python-docrepr-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/documentation.scm (python-docrepr)[source]<patches>: Use
it here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 df294564df..6e97c3a6a6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1683,6 +1683,7 @@ dist_patch_DATA = \ %D%/packages/patches/prusa-slicer-with-cereal-1.3.1.patch \ %D%/packages/patches/pthreadpool-system-libraries.patch \ %D%/packages/patches/python-chai-drop-python2.patch \ + %D%/packages/patches/python-docrepr-fix-tests.patch \ %D%/packages/patches/python-feedparser-missing-import.patch \ %D%/packages/patches/python-louvain-fix-test.patch \ %D%/packages/patches/python-random2-getrandbits-test.patch \ |