Loading pkgs/development/python-modules/slack-bolt/default.nix +6 −8 Original line number Diff line number Diff line { aiohttp { lib , aiohttp , bottle , buildPythonPackage , chalice Loading @@ -12,7 +13,6 @@ , flask , flask-sockets , gunicorn , lib , moto , numpy , pyramid Loading Loading @@ -45,10 +45,9 @@ buildPythonPackage rec { hash = "sha256-UwVStemFVA4hgqnSpCKpQGwLYG+p5z7MwFXXnIhrvNk="; }; # The packaged pytest-runner version is too new as of 2023-07-27. It's not really needed anyway. Unfortunately, # pythonRelaxDepsHook doesn't work on setup_requires packages. postPatch = '' substituteInPlace setup.py --replace "pytest-runner==5.2" "" substituteInPlace setup.py \ --replace-fail "pytest-runner==5.2" "" ''; patches = [ Loading @@ -60,11 +59,11 @@ buildPythonPackage rec { }) ]; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ slack-sdk ]; Loading Loading @@ -101,7 +100,6 @@ buildPythonPackage rec { pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); # Work around "Read-only file system: '/homeless-shelter'" errors preCheck = '' export HOME="$(mktemp -d)" ''; Loading Loading
pkgs/development/python-modules/slack-bolt/default.nix +6 −8 Original line number Diff line number Diff line { aiohttp { lib , aiohttp , bottle , buildPythonPackage , chalice Loading @@ -12,7 +13,6 @@ , flask , flask-sockets , gunicorn , lib , moto , numpy , pyramid Loading Loading @@ -45,10 +45,9 @@ buildPythonPackage rec { hash = "sha256-UwVStemFVA4hgqnSpCKpQGwLYG+p5z7MwFXXnIhrvNk="; }; # The packaged pytest-runner version is too new as of 2023-07-27. It's not really needed anyway. Unfortunately, # pythonRelaxDepsHook doesn't work on setup_requires packages. postPatch = '' substituteInPlace setup.py --replace "pytest-runner==5.2" "" substituteInPlace setup.py \ --replace-fail "pytest-runner==5.2" "" ''; patches = [ Loading @@ -60,11 +59,11 @@ buildPythonPackage rec { }) ]; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ slack-sdk ]; Loading Loading @@ -101,7 +100,6 @@ buildPythonPackage rec { pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); # Work around "Read-only file system: '/homeless-shelter'" errors preCheck = '' export HOME="$(mktemp -d)" ''; Loading