python3Packages.manim: fix build (#380526)

This commit is contained in:
Gaétan Lepage
2025-02-09 09:18:51 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
let
inherit (python3Packages)
buildPythonApplication
setuptools
gitpython
manim
opencv4
@@ -35,7 +36,7 @@ buildPythonApplication {
patches = [ ./tests.patch ];
build-system = [ ];
build-system = [ setuptools ];
pythonRemoveDeps = [ "opencv-python-headless" ];
@@ -6,6 +6,7 @@
# build-system
poetry-core,
setuptools,
# buildInputs
cairo,
@@ -197,6 +198,7 @@ buildPythonPackage rec {
build-system = [
poetry-core
setuptools
];
patches = [ ./pytest-report-header.patch ];