diff options
author | jgart <jgart@dismail.de> | 2023-05-23 01:13:38 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2023-05-23 01:18:06 -0500 |
commit | 87d75d915152b150c3800d7011b04b4d11cd339c (patch) | |
tree | dde7d13e520931f5811571562382145db0e6d514 /gnu | |
parent | 34ff453029571a0f66840bc7b792ee3d8a25d9dc (diff) | |
download | guix-87d75d915152b150c3800d7011b04b4d11cd339c.tar.gz |
gnu: python-lazr-restfulclient: Add missing inputs.
* gnu/packages/python-web.scm (python-lazr-restfulclient) [propagated-inputs]: Add python-pyparsing and python-six.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 32c0de3f57..3d83436a89 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -144,6 +144,8 @@ (list python-distro python-httplib2 python-oauthlib + python-pyparsing + python-six python-wadllib)) (home-page "https://launchpad.net/lazr.restfulclient") (synopsis "Web client Python library extending wadlib") |