Merge pull request #251151 from benxiao/rx/detectron-fix-build
python3.pkgs.detectron2: fix build
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
, av
|
||||
, opencv4
|
||||
, pytest-mock
|
||||
, pybind11
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -75,6 +76,8 @@ buildPythonPackage {
|
||||
which
|
||||
];
|
||||
|
||||
buildInputs = [ pybind11 ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"black"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user