From 68edfc3d6ed6e7c6111fd4243cd9574a57c8bb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 22 Mar 2026 11:50:37 -0700 Subject: [PATCH] multiqc: remove superfluous dependencies --- pkgs/by-name/mu/multiqc/package.nix | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/pkgs/by-name/mu/multiqc/package.nix b/pkgs/by-name/mu/multiqc/package.nix index 71298537d3bf..320da0f89667 100644 --- a/pkgs/by-name/mu/multiqc/package.nix +++ b/pkgs/by-name/mu/multiqc/package.nix @@ -44,9 +44,8 @@ python3Packages.buildPythonApplication (finalAttrs: { sourceRoot = "multiqc"; - nativeBuildInputs = with python3Packages; [ + build-system = with python3Packages; [ setuptools - wheel ]; dependencies = with python3Packages; [ @@ -78,25 +77,6 @@ python3Packages.buildPythonApplication (finalAttrs: { jsonschema ]; - optional-dependencies = { - dev = with python3Packages; [ - pre-commit-hooks - pdoc3 - pytest - pytest-cov - pytest-xdist - syrupy - pygithub - mypy - types-pyyaml - types-tqdm - types-requests - types-markdown - types-beautifulsoup4 - types-pillow - ]; - }; - # Some tests run subprocess.run() with "multiqc" preCheck = '' chmod -R u+w ../test-data