guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-lazr-restfulclient: Add missing inputs.


From: guix-commits
Subject: 02/03: gnu: python-lazr-restfulclient: Add missing inputs.
Date: Tue, 23 May 2023 02:26:28 -0400 (EDT)

jgart pushed a commit to branch master
in repository guix.

commit 87d75d915152b150c3800d7011b04b4d11cd339c
Author: jgart <jgart@dismail.de>
AuthorDate: Tue May 23 01:13:38 2023 -0500

    gnu: python-lazr-restfulclient: Add missing inputs.
    
    * gnu/packages/python-web.scm (python-lazr-restfulclient)
    [propagated-inputs]: Add python-pyparsing and python-six.
---
 gnu/packages/python-web.scm | 2 ++
 1 file changed, 2 insertions(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]