diff options
author | Christopher Baines <mail@cbaines.net> | 2020-05-02 12:30:53 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-05-02 15:53:36 +0100 |
commit | a8cb1e72ef351330d1521833c1b270dcc0da593f (patch) | |
tree | 14851296ad0eaa2fa4a32fa60921397bc1030953 /gnu/local.mk | |
parent | 20d7dbc77a2b0ed379c0a595daf8d7f852ef3a4c (diff) | |
download | patches-a8cb1e72ef351330d1521833c1b270dcc0da593f.tar patches-a8cb1e72ef351330d1521833c1b270dcc0da593f.tar.gz |
gnu: behave: Fix build with Python 3.8.
Add a patch based on an upstream commit [1].
1: c000c88eb5239b87f299c85e83b349b0ef387ae7
* gnu/packages/patches/behave-skip-a-couple-of-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/check.scm (behave)[source]: Use the patch.
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 acfc5cec4d..f48c6803ee 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -774,6 +774,7 @@ dist_patch_DATA = \ %D%/packages/patches/bc-fix-cross-compilation.patch \ %D%/packages/patches/beancount-disable-googleapis-fonts.patch \ %D%/packages/patches/beets-werkzeug-compat.patch \ + %D%/packages/patches/behave-skip-a-couple-of-tests.patch \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/benchmark-unbundle-googletest.patch \ %D%/packages/patches/biber-fix-encoding-write.patch \ |