about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pymc/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-29 00:02:23 +0000
committerGitHub <noreply@github.com>2024-04-29 00:02:23 +0000
commit24c668d7e0e24cd3aacf5ad6c3ca44cb3da7f31d (patch)
tree7686c8f02d5558851ebdd30f904981621fb7c610 /pkgs/development/python-modules/pymc/default.nix
parent69117017f08a56caf7370ecd5de111ea5eccc03a (diff)
parentf2c7ecb8a4409513e65ff3643d7bcf0b8c068d5c (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/pymc/default.nix')
-rw-r--r--pkgs/development/python-modules/pymc/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pymc/default.nix b/pkgs/development/python-modules/pymc/default.nix
index 16aa22cf7fff0..f8b3e637e0f1f 100644
--- a/pkgs/development/python-modules/pymc/default.nix
+++ b/pkgs/development/python-modules/pymc/default.nix
@@ -10,6 +10,7 @@
 , pythonOlder
 , scipy
 , typing-extensions
+, setuptools
 }:
 
 buildPythonPackage rec {
@@ -26,6 +27,10 @@ buildPythonPackage rec {
     hash = "sha256-tiOXbryY2TmeBVrG5cIMeDJ4alolBQ5LosdfH3tpVOA=";
   };
 
+  build-system = [
+    setuptools
+  ];
+
   postPatch = ''
     substituteInPlace setup.py \
       --replace-fail ', "pytest-cov"' ""