aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch
Commit message (Collapse)AuthorAge
* gnu: python@2: Update to 2.7.14.Marius Bakke2017-10-19
| | | | | | | | * gnu/packages/python.scm (python-2.7): Update to 2.7.14. [source]: Add patch to skip two new tests. Delete upstreamed patch. * gnu/packages/patches/python-2.7-adjust-tests.patch: New file. * gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: python@2.7: Fix getentropy() calls on kernels < 3.17.Leo Famulari2017-03-14
* gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-2.7)[source]: Use it.