mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.lazr-config: pin setuptools
Upstream has done this for lazr.delegates so I'd expect them to do the same thing here.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchgit,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
lazr-delegates,
|
||||
zope-interface,
|
||||
pytestCheckHook,
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-eYJY4JRoqTMG4j1jyiYrI8xEKdJ+wQYVVU/6OqVIodk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
lazr-delegates
|
||||
|
||||
Reference in New Issue
Block a user