mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.dramatiq: pin to setuptools 80
This commit is contained in:
parent
72e057ef7f
commit
7b925925a5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
pytest-benchmark,
|
||||
pytest-cov-stub,
|
||||
redis,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
watchdog,
|
||||
watchdog-gevent,
|
||||
}:
|
||||
|
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-VqMHSn2mdkO140t7IpZt32OHoEU0nEXiRWJ0w6Km0o8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [ prometheus-client ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue