mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.python-can: relax wrapt constraint
This commit is contained in:
@@ -42,6 +42,8 @@ buildPythonPackage rec {
|
||||
wrapt
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "wrapt" ];
|
||||
|
||||
optional-dependencies = {
|
||||
serial = [ pyserial ];
|
||||
seeedstudio = [ pyserial ];
|
||||
|
||||
Reference in New Issue
Block a user