1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-can: Relax requirements.

This relaxation is fine according to
bc248e8aaf

* gnu/packages/python-xyz.scm (python-can)[arguments]<#:phases>: Add
phase 'relax-requirements.

Change-Id: I1be72d9a2cada3dc9bb740355bfc2277f8a011ab
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-01-27 10:12:12 +01:00
committed by Andreas Enge
parent 6912158f77
commit 90437f77cf

View File

@@ -6144,7 +6144,14 @@ your Python package version as a calendar version.")
;; package for in Guix.
"--ignore=test/test_interface_canalystii.py"
;; These tests fail with "OSError: [Errno 19] No such device".
"-k" "not BasicTestUdpMulticastBusIPv")))
"-k" "not BasicTestUdpMulticastBusIPv")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "pyproject.toml"
(("\"wrapt~=.*\"")
"\"wrapt\"")))))))
(propagated-inputs (list python-packaging python-wrapt))
(native-inputs
(list ;; python-canalystii ; Not packed yet