Merge pull request #335490 from natsukium/manim-slides/fix

python312Packages.manim-slides: add missing build dependency
This commit is contained in:
OTABI Tomoya 2024-08-21 09:22:06 +09:00 committed by GitHub
commit 353f64c18e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
pythonOlder,
hatchling,
hatch-fancy-pypi-readme,
manim,
ffmpeg,
@ -48,6 +49,7 @@ buildPythonPackage rec {
build-system = [
hatchling
hatch-fancy-pypi-readme
];
pythonRemoveDeps = [ "opencv-python" ];