mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
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>
This commit is contained in:
committed by
Danny Milosavljevic
parent
facac29280
commit
9491227dcb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user