mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-commonroad-io: Relax requirements.
* gnu/packages/simulation.scm (python-commonroad-io)[arguments]: Accept 3.20.2 when 3.20.1 is wanted. Change-Id: I5ad0689f827eda8ec1a7ec74008d04fb6d9f5870
This commit is contained in:
parent
c0c713be66
commit
22030634ef
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
;;; Copyright © 2022 Eric Bavier <bavier@posteo.net>
|
||||
;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
||||
;;; Copyright © 2023 Reza Housseini <reza@housseini.me>
|
||||
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1313,6 +1314,8 @@ (define-public python-commonroad-io
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-setup.py
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("protobuf==3.20.1") "protobuf >= 3.20.1"))
|
||||
#$%commonroad-dont-install-license-at-root)))))
|
||||
(propagated-inputs (list python-commonroad-vehicle-models
|
||||
python-iso3166
|
||||
|
|
Loading…
Reference in a new issue