GNU bug report logs -
#62922
[PATCH] gnu: python-lazr-restfulclient: Add missing dependency
Previous Next
Reported by: Tom Willemse <tom <at> ryuslash.org>
Date: Tue, 18 Apr 2023 08:13:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
An equivalent patch was commited by jgart:
87d75d915152b150c3800d7011b04b4d11cd339c.
This issue can be closed now, thanks!
Ivan Vilata i Balaguer (2023-05-22 20:38:17 +0200) wrote:
> Fixes <https://issues.guix.gnu.org/62922>.
>
> * gnu/packages/python-web.scm (python-lazr-restfulclient): Add missing
> dependencies.
> [propagated-inputs] Add python-pyparsing and python-six.
> ---
> The original patch from Tom Willemse still issued a DistributionNotFound error
> on pyparsing. This alternative version adds both dependencies (without extra
> reformatting). Thanks Tom for the initiative!
>
> gnu/packages/python-web.scm | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index b6ad489626..262309032f 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -59,6 +59,7 @@
> ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
> ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
> ;;; Copyright © 2023 John Kehayias <john.kehayias <at> protonmail.com>
> +;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan <at> selidor.net>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -143,6 +144,8 @@ (define-public python-lazr-restfulclient
> (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")
>
> base-commit: dff1689bb37e5303868584d3f1d7a33cbcb7f51e
> --
> 2.39.2
--
Ivan Vilata i Balaguer -- https://elvil.net/
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.