diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-04-27 00:23:46 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-05-11 11:54:41 +0200 |
commit | 2eccb41493c8970e1379134bd97aebc22239d1d5 (patch) | |
tree | 0634c55d5048083115257f06f75c93123aa571e7 /gnu/packages/python.scm | |
parent | f90f4c9c925286044dde72272e48848b1e84bcf6 (diff) | |
download | guix-2eccb41493c8970e1379134bd97aebc22239d1d5.tar.gz |
gnu: Add python-yarl.
* gnu/packages/python-web.scm (python-yarl): New variable.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 13d73b55c5..f942a2be44 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13296,3 +13296,4 @@ generators and Python 3.7's context managers into Python 3.5.") (description "@code{async-timeout} provides a timeout timeout context manager compatible with @code{asyncio}.") (license license:asl2.0))) + |