mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aiohttp: Update to 3.4.4.
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.4.4. [native-inputs] Remove test-related inputs since tests are not run.
This commit is contained in:
parent
b6aeae6e98
commit
62c2cef05c
1 changed files with 3 additions and 8 deletions
|
@ -68,22 +68,17 @@
|
||||||
(define-public python-aiohttp
|
(define-public python-aiohttp
|
||||||
(package
|
(package
|
||||||
(name "python-aiohttp")
|
(name "python-aiohttp")
|
||||||
(version "3.1.3")
|
(version "3.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aiohttp" version))
|
(uri (pypi-uri "aiohttp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b888lggmyf2d08rfayq9khszzc0pav1z70ssc0b4d9kkr4g1klz"))))
|
"1ykm6kdjkrg556j0zd7dx2l1rsrbh0d9g27ivr6dmaahz9pyrbsi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;FIXME: 2 errors, 2084 passed
|
`(#:tests? #f)) ;missing pytest-timeout
|
||||||
(native-inputs
|
|
||||||
`(("python-async-generator" ,python-async-generator)
|
|
||||||
("python-pytest" ,python-pytest)
|
|
||||||
("python-pytest-capturelog" ,python-pytest-capturelog)
|
|
||||||
("python-pytest-mock" ,python-pytest-mock)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-aiodns" ,python-aiodns)
|
`(("python-aiodns" ,python-aiodns)
|
||||||
("python-async-timeout" ,python-async-timeout)
|
("python-async-timeout" ,python-async-timeout)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue