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
commit f908cc8a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
, av
, opencv4
, pytest-mock
, pybind11
}:
let
@ -75,6 +76,8 @@ buildPythonPackage {
which
];
buildInputs = [ pybind11 ];
pythonRelaxDeps = [
"black"
];