forked from mirrors/nixpkgs
python3Packages.canopen: add pythonImportsCheck
This commit is contained in:
parent
9e599dd814
commit
33e48f6aea
|
@ -29,6 +29,8 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "canopen" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/christiansandberg/canopen/";
|
||||
description = "CANopen stack implementation";
|
||||
|
|
Loading…
Reference in a new issue