[PATCH] gnu: Add missing patch to local.mk.

  • Done
  • quality assurance status badge
Details
2 participants
  • Gábor Boskovits
  • jonathan.brielmaier
Owner
unassigned
Submitted by
jonathan.brielmaier
Severity
normal

Debbugs page

jonathan.brielmaier wrote 5 years ago
(address . guix-patches@gnu.org)(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
20191105103132.623-1-jonathan.brielmaier@web.de
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>

Patch was introduced in 2be878d8e54057980121e4c659ca48317b79970e.

* gnu/local.mk (dist_patch_DATA): Add
"python-pep8-stdlib-tokenize-compat.patch".
---
gnu/local.mk | 1 +
1 file changed, 1 insertion(+)

Toggle diff (12 lines)
diff --git a/gnu/local.mk b/gnu/local.mk
index 8eca810337..b5e2423b82 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1270,6 +1270,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-configobj-setuptools.patch \
%D%/packages/patches/python-faker-fix-build-32bit.patch \
%D%/packages/patches/python-keras-integration-test.patch \
+ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \
%D%/packages/patches/python-pyfakefs-remove-bad-test.patch \
%D%/packages/patches/python-flint-includes.patch \
%D%/packages/patches/python-libxml2-utf8.patch \
--
2.23.0
Gábor Boskovits wrote 5 years ago
(address . 38068-done@debbugs.gnu.org)
CAE4v=piCPAyJm7LmP=jDB_1zR4+CG1nkX83KqzRP-MmhLEsF1Q@mail.gmail.com
Fixed on commit 8f5ac03e2162b93648c255d10ebef1c2037c296e.

--
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
Attachment: file
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38068@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38068
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help