gnu: python-lazr-restfulclient: Add missing inputs.
* gnu/packages/python-web.scm (python-lazr-restfulclient) [propagated-inputs]: Add python-pyparsing and python-six.
This commit is contained in:
parent
34ff453029
commit
87d75d9151
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@
|
||||||
(list python-distro
|
(list python-distro
|
||||||
python-httplib2
|
python-httplib2
|
||||||
python-oauthlib
|
python-oauthlib
|
||||||
|
python-pyparsing
|
||||||
|
python-six
|
||||||
python-wadllib))
|
python-wadllib))
|
||||||
(home-page "https://launchpad.net/lazr.restfulclient")
|
(home-page "https://launchpad.net/lazr.restfulclient")
|
||||||
(synopsis "Web client Python library extending wadlib")
|
(synopsis "Web client Python library extending wadlib")
|
||||||
|
|
Reference in a new issue