gnu: python-aiohttp: Sort inputs alphabetically.
* gnu/packages/python-web.scm (python-aiohttp)[native-inputs]: Sort inputs alphabetically.master
parent
afbd988dde
commit
ce6b5eb701
|
@ -214,12 +214,12 @@ API rules.")
|
|||
("python-typing-extensions" ,python-typing-extensions)
|
||||
("python-yarl" ,python-yarl)))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest-6.1)
|
||||
("python-pytest-mock" ,python-pytest-mock)
|
||||
("python-re-assert" ,python-re-assert)
|
||||
("gunicorn" ,gunicorn-bootstrap)
|
||||
`(("gunicorn" ,gunicorn-bootstrap)
|
||||
("python-async-generator" ,python-async-generator)
|
||||
("python-freezegun" ,python-freezegun)
|
||||
("python-async-generator" ,python-async-generator)))
|
||||
("python-pytest" ,python-pytest-6.1)
|
||||
("python-pytest-mock" ,python-pytest-mock)
|
||||
("python-re-assert" ,python-re-assert)))
|
||||
(home-page "https://github.com/aio-libs/aiohttp/")
|
||||
(synopsis "Async HTTP client/server framework (asyncio)")
|
||||
(description "@code{aiohttp} is an asynchronous HTTP client/server
|
||||
|
|
Reference in New Issue