mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: python-botocore: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-botocore)[native-inputs]: Remove.
This commit is contained in:
parent
8343ae2b91
commit
d05abc18bf
1 changed files with 0 additions and 7 deletions
|
@ -10999,13 +10999,6 @@ (define-public python-botocore
|
|||
`(("python-dateutil" ,python-dateutil)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-jmespath" ,python-jmespath)))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)
|
||||
("behave" ,behave)
|
||||
("python-tox" ,python-tox)
|
||||
("python-urllib3" ,python-urllib3)
|
||||
("python-wheel" ,python-wheel)))
|
||||
(home-page "https://github.com/boto/botocore")
|
||||
(synopsis "Low-level interface to AWS")
|
||||
(description "Botocore is a Python library that provides a low-level
|
||||
|
|
Loading…
Reference in a new issue