diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-09-12 02:31:26 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-09-12 02:33:06 +0200 |
commit | 8ed0c56725b2198b6276dd457a2319416ef4bda1 (patch) | |
tree | de7bed67466a2978d822da4b754c99b70731ba6f | |
parent | dbcfefe5ec21ebc9dd414604bac27f999cb1b24a (diff) | |
download | guix-8ed0c56725b2198b6276dd457a2319416ef4bda1.tar.gz |
gnu: python-aiodns: Propagate python-pycares.
* gnu/packages/python-web.scm (python-aiodns)[inputs]: Move python-pycares... [propagated-inputs]: ...to here.
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2a28bb90c0..7926539233 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -186,7 +186,7 @@ aiohttp. It supports SOCKS4(a) and SOCKS5.") (base32 "1snr5paql8dgvc676n8xq460wypjsb1xj53cf3px1s4wczf7lryq")))) (build-system python-build-system) - (inputs + (propagated-inputs `(("python-pycares" ,python-pycares))) (arguments `(#:tests? #f)) ;tests require internet access |