mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.tank-utility: pin to setuptools 80
This commit is contained in:
parent
4105de0322
commit
b56b7a3671
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
pytestCheckHook,
|
||||
requests,
|
||||
responses,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
urllib3,
|
||||
}:
|
||||
|
||||
|
|
@ -22,9 +22,9 @@ buildPythonPackage rec {
|
|||
hash = "sha256-h9y3X+FSzSFt+bd/chz+x0nocHaKZ8DvreMxAYMs8/E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
requests
|
||||
urllib3
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue