diff options
author | Chris Marusich <cmmarusich@gmail.com> | 2019-04-18 00:40:21 -0700 |
---|---|---|
committer | Chris Marusich <cmmarusich@gmail.com> | 2019-04-24 21:08:36 -0700 |
commit | 968e86bd930936d9f9ed0db299164018882cd5c1 (patch) | |
tree | 8dbc6946f7d055cf1b7c58d4cab25856f721465b /gnu/local.mk | |
parent | 0406434baaf180af51c02c2cee02d972356047b3 (diff) | |
download | guix-968e86bd930936d9f9ed0db299164018882cd5c1.tar.gz |
gnu: Add python-pyfakefs and python2-pyfakefs.
* gnu/packages/patches/python-pyfakefs-remove-bad-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch. * gnu/packages/check.scm (python-pyfakefs, python2-pyfakefs): New variables.
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 82a74c7db1..18427de8c7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1203,6 +1203,7 @@ dist_patch_DATA = \ %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ + %D%/packages/patches/python-pyfakefs-remove-bad-test.patch \ %D%/packages/patches/python-flint-includes.patch \ %D%/packages/patches/python-mox3-python3.6-compat.patch \ %D%/packages/patches/python-testtools.patch \ |