diff --git a/pkgs/common/default.nix b/pkgs/common/default.nix index e39d97a..a8c6114 100644 --- a/pkgs/common/default.nix +++ b/pkgs/common/default.nix @@ -17,7 +17,16 @@ buildPythonPackage rec { nativeBuildInputs = [ pythonRelaxDepsHook ]; - pythonRelaxDeps = [ "distro" "elasticsearch" "psutil" "pyyaml" "rich" "requests" "textual" "tqdm" ]; + pythonRelaxDeps = [ + "distro" + "elasticsearch" + "psutil" + "pyyaml" + "rich" + "requests" + "textual" + "tqdm" + ]; propagatedBuildInputs = [ setuptools diff --git a/pkgs/smi/default.nix b/pkgs/smi/default.nix index eb6871c..d56cd33 100644 --- a/pkgs/smi/default.nix +++ b/pkgs/smi/default.nix @@ -26,7 +26,15 @@ buildPythonPackage rec { nativeBuildInputs = [ pythonRelaxDepsHook ]; - pythonRelaxDeps = [ "black" "distro" "elasticsearch" "rich" "textual" "pre-commit" "importlib-resources" ]; + pythonRelaxDeps = [ + "black" + "distro" + "elasticsearch" + "rich" + "textual" + "pre-commit" + "importlib-resources" + ]; propagatedBuildInputs = [ setuptools