Merge pull request #251151 from benxiao/rx/detectron-fix-build

python3.pkgs.detectron2: fix build
This commit is contained in:
Fabian Affolter
2023-08-24 16:29:26 +02:00
committed by GitHub
@@ -36,6 +36,7 @@
, av
, opencv4
, pytest-mock
, pybind11
}:
let
@@ -75,6 +76,8 @@ buildPythonPackage {
which
];
buildInputs = [ pybind11 ];
pythonRelaxDeps = [
"black"
];