diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-12-19 12:56:59 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2022-01-15 21:35:05 +0100 |
commit | e0ba031ab27478ebfd683487d179759f45a89f0d (patch) | |
tree | f5de1396a574164ce55a64972633623c10119286 /gnu/local.mk | |
parent | 29fc4a7daeae5d4d2c5385dbf6ae05fcbf302eb0 (diff) | |
download | guix-e0ba031ab27478ebfd683487d179759f45a89f0d.tar.gz |
gnu: Add python-piexif.
* gnu/packages/python-xyz.scm (python-piexif): New variable. * gnu/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch: New file. * gnu/packages/python-xyz.scm (dist_patch_DATA): Add 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 0eed20e7af..8cc87ce66e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1688,6 +1688,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pdoc3-tests.patch \ %D%/packages/patches/python-peachpy-determinism.patch \ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \ + %D%/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch \ %D%/packages/patches/python-pyfakefs-remove-bad-test.patch \ %D%/packages/patches/python-pyflakes-test-location.patch \ %D%/packages/patches/python-flint-includes.patch \ |