diff options
author | Sergei Trofimovich <slyfox@inbox.ru> | 2017-05-31 21:08:26 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-06-01 09:14:17 +0200 |
commit | 9491227dcbe52fff1b65ebb9b162d825152b7173 (patch) | |
tree | e3d1080e39f6eb8a693944d4d10f1fb0f0005e53 /gnu/packages/python.scm | |
parent | facac292808d11d5e6ea528cc7dbe93595f62c9b (diff) | |
download | guix-9491227dcbe52fff1b65ebb9b162d825152b7173.tar guix-9491227dcbe52fff1b65ebb9b162d825152b7173.tar.gz |
gnu: python-file: Drop outdated patch.
* gnu/local.mk: Remove python-file-double-encoding-bug.patch
* gnu/packages/patches/python-file-double-encoding-bug.patch: Delete file.
* gnu/packages/python.scm (python-file)[source]:
Remove "python-file-double-encoding-bug.patch".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b958199bdb..aaa69075ef 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7578,10 +7578,6 @@ Python's @code{ctypes} foreign function interface (FFI).") (package (inherit file) (name "python-file") - (source (origin - (inherit (package-source file)) - ;; This patch should not be applied to python2-file. - (patches (search-patches "python-file-double-encoding-bug.patch")))) (build-system python-build-system) (arguments '(#:tests? #f ;no tests |