tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.python-can: relax msgpack constraint
Martin Weinelt
2 years ago
c8d67ce1
090f6442
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-can
default.nix
+1
pkgs/development/python-modules/python-can/default.nix
reviewed
···
36
36
substituteInPlace tox.ini \
37
37
--replace " --cov=can --cov-config=tox.ini --cov-report=lcov --cov-report=term" ""
38
38
'';
39
39
+
pythonRelaxDeps = [ "msgpack" ];
39
40
40
41
nativeBuildInputs = [ setuptools ];
41
42