python3Packages.canopen: add pythonImportsCheck

master
Fabian Affolter 2021-02-04 09:08:27 +01:00
parent 9e599dd814
commit 33e48f6aea
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "canopen" ];
meta = with lib; {
homepage = "https://github.com/christiansandberg/canopen/";
description = "CANopen stack implementation";