diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-07-22 15:07:45 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-22 15:07:45 +0200 |
commit | aa51da7eef28706317ffd7c717f0c881b1e45748 (patch) | |
tree | ddc50fc32243b984ece238413e56728ab8cb71d8 /gnu/local.mk | |
parent | c799eb2eb8b1a820147af96988eddaa9f752994b (diff) | |
download | guix-aa51da7eef28706317ffd7c717f0c881b1e45748.tar guix-aa51da7eef28706317ffd7c717f0c881b1e45748.tar.gz |
gnu: Remove python-fake-factory leftovers.
This is a followup to c799eb2eb8b1a820147af96988eddaa9f752994b.
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index bc2d79c1a8..dd111e0299 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -961,7 +961,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-cython-fix-tests-32bit.patch \ - %D%/packages/patches/python-fake-factory-fix-build-32bit.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ %D%/packages/patches/python-pandas-skip-failing-tests.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ |