Merge remote-tracking branch 'origin/master' into staging-next
Conflicts: pkgs/development/python-modules/bundlewrap/default.nix pkgs/development/python-modules/coverage/default.nix pkgs/development/python-modules/h5netcdf/default.nix pkgs/development/python-modules/hypothesis/default.nix pkgs/development/python-modules/numba/default.nix pkgs/development/python-modules/optype/default.nix pkgs/development/python-modules/setuptools-git-versioning/default.nix pkgs/development/python-modules/sphinx/default.nix
This commit is contained in:
@@ -82,17 +82,12 @@ let
|
||||
"installer"
|
||||
];
|
||||
|
||||
isBootstrapPackage' = flip elem (
|
||||
[
|
||||
"build"
|
||||
"packaging"
|
||||
"pyproject-hooks"
|
||||
"wheel"
|
||||
]
|
||||
++ optionals (python.pythonOlder "3.11") [
|
||||
"tomli"
|
||||
]
|
||||
);
|
||||
isBootstrapPackage' = flip elem [
|
||||
"build"
|
||||
"packaging"
|
||||
"pyproject-hooks"
|
||||
"wheel"
|
||||
];
|
||||
|
||||
isSetuptoolsDependency' = flip elem [
|
||||
"setuptools"
|
||||
|
||||
Reference in New Issue
Block a user