mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
nox: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8
, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
This commit is contained in:
parent
07d4df5962
commit
ce3ddb2dd9
@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
|
||||
click
|
||||
requests
|
||||
characteristic
|
||||
setuptools
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user