Merge pull request #283348 from NickCao/stratis-cli

stratis-cli: add setuptools to nativeBuildInputs
This commit is contained in:
Nick Cao 2024-01-23 19:42:44 -05:00 committed by GitHub
commit 41a94e9fd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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