gnu: python-pdfminer-six: Remove obsolete phase.
* gnu/packages/python-xyz.scm (python-pdfminer-six)[arguments] <#:phases>: Remove 'make-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
a97d659e13
commit
fa7b52ff57
|
@ -14746,13 +14746,7 @@ module, adding support for Unicode strings.")
|
|||
#t))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "make" "test")))
|
||||
(add-before 'reset-gzip-timestamps 'make-files-writable
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(for-each make-file-writable
|
||||
(find-files out "\\.gz$"))
|
||||
#t))))))
|
||||
(invoke "make" "test"))))))
|
||||
(propagated-inputs
|
||||
(list python-chardet python-cryptography python-sortedcontainers))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue