diff options
| author | Eric Dvorsak <yenda1@gmail.com> | 2015-08-02 19:27:24 +0200 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2015-08-06 16:33:54 -0400 |
| commit | ff6f33cf80d04717cad90177c934ae5b2dd6086c (patch) | |
| tree | 1a2cceb462765d77dad2d234387ab8f23f476e5a /gnu-system.am | |
| parent | 9f6509c655b766b0fb9dfab181a8533e698473b0 (diff) | |
gnu: python-2: Update to 2.7.10.
* gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch,
gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/python.scm (python-2): Update to 2.7.10. Remove patches.
Update comment showing test failures.
Diffstat (limited to 'gnu-system.am')
| -rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 372edc116..1946ee2a6 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -595,9 +595,7 @@ dist_patch_DATA = \ gnu/packages/patches/pyqt-configure.patch \ gnu/packages/patches/python-disable-ssl-test.patch \ gnu/packages/patches/python-fix-tests.patch \ - gnu/packages/patches/python-libffi-mips-n32-fix.patch \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ - gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ gnu/packages/patches/qemu-CVE-2015-3209.patch \ gnu/packages/patches/qemu-CVE-2015-3456.patch \ |