forked from mirrors/nixpkgs
stratis-cli: add setuptools to nativeBuildInputs
This commit is contained in:
parent
f5d0ff1f0e
commit
db71e497b7
|
@ -7,7 +7,7 @@
|
|||
python3Packages.buildPythonApplication rec {
|
||||
pname = "stratis-cli";
|
||||
version = "3.6.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stratis-storage";
|
||||
|
@ -16,6 +16,10 @@ python3Packages.buildPythonApplication rec {
|
|||
hash = "sha256-mLmjMofdr0U+Bfnkde7lJqPXkd1ICPYdlcsOm2nOcQA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
dbus-client-gen
|
||||
dbus-python-client-gen
|
||||
|
|
Loading…
Reference in a new issue