diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-04-15 22:02:47 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-04-16 23:12:29 +0200 |
commit | 0160536dcb5399ad7d80b10e064df5c95f3adb4f (patch) | |
tree | 2f05ac8e60228dee8b294811e5de300269747605 /Makefile.am | |
parent | e967678ed1f1d7e765adc4bfc7d2a79ee9677b21 (diff) | |
download | patches-0160536dcb5399ad7d80b10e064df5c95f3adb4f.tar patches-0160536dcb5399ad7d80b10e064df5c95f3adb4f.tar.gz |
gnu: Python: bump to version 2.7.4.
* gnu/packages/python.scm: bump to version 2.7.4, remove references to
python-fix-dbm.patch.
* Makefile.am: remove references to python-fix-dbm.patch
* gnu/packages/patches/python-fix-dbm.patch: remove it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 930ea6ce72..df0a5138dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -229,7 +229,6 @@ dist_patch_DATA = \ gnu/packages/patches/make-impure-dirs.patch \ gnu/packages/patches/mcron-install.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ - gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/readline-link-ncurses.patch \ |