mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
gnu: livestreamer: Remove extra inputs.
* gnu/packages/video.scm (livestreamer)[native-inputs]: Remove python-setuptools. [propagated-inputs]: Remove python-singledispatch.
This commit is contained in:
parent
42aa73b337
commit
5b9fe59fbe
1 changed files with 1 additions and 4 deletions
|
@ -1205,11 +1205,8 @@ (define-public livestreamer
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; tests rely on external web servers
|
'(#:tests? #f)) ; tests rely on external web servers
|
||||||
(native-inputs
|
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-requests" ,python-requests)
|
`(("python-requests" ,python-requests)))
|
||||||
("python-singledispatch" ,python-singledispatch)))
|
|
||||||
(synopsis "Internet video stream viewer")
|
(synopsis "Internet video stream viewer")
|
||||||
(description "Livestreamer is a command-line utility that extracts streams
|
(description "Livestreamer is a command-line utility that extracts streams
|
||||||
from various services and pipes them into a video playing application.")
|
from various services and pipes them into a video playing application.")
|
||||||
|
|
Loading…
Reference in a new issue