mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-twisted: Remove broken console scripts.
* gnu/packages/python-xyz.scm (python-twisted) [arguments]: Patch setup.py.
This commit is contained in:
parent
1ae919ec21
commit
0868479d08
1 changed files with 8 additions and 1 deletions
|
@ -12650,7 +12650,14 @@ format.")
|
|||
"17d3hnxv9qndagzz63mdpyk99xj63p9gq586vjn0rxk8cl197nym"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: some tests fail
|
||||
'(#:tests? #f ; FIXME: some tests fail
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Remove scripts, because they depend on [conch]
|
||||
(add-after 'unpack 'remove-entrypoint
|
||||
(lambda _
|
||||
(substitute* "src/twisted/python/_setup.py"
|
||||
(("\".+ = twisted\\.conch\\.scripts\\..+\",") "")))))))
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)
|
||||
("python-pyhamcrest" ,python-pyhamcrest)
|
||||
|
|
Loading…
Reference in a new issue