mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
python3Packages.imutils: add pythonImportsCheck
This commit is contained in:
parent
4c26fe1da6
commit
f0ca304f2c
@ -18,6 +18,14 @@ buildPythonPackage rec {
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"imutils"
|
||||
"imutils.video"
|
||||
"imutils.io"
|
||||
"imutils.feature"
|
||||
"imutils.face_utils"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/jrosebr1/imutils";
|
||||
description = "A series of convenience functions to make basic image processing functions";
|
||||
|
Loading…
Reference in New Issue
Block a user