mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ubports-click: pin to setuptools 80
And don't propagate setuptools, it is not required at runtime.
This commit is contained in:
parent
ed597bddff
commit
74d0964941
1 changed files with 5 additions and 2 deletions
|
|
@ -90,11 +90,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
properties-cpp
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
build-system = [
|
||||
python3Packages.setuptools_80
|
||||
];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
python-debian
|
||||
chardet
|
||||
pygobject3
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue