ceph: modern python build system invocation

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg
2026-04-11 00:45:20 +00:00
parent 36f54b568e
commit b3f38f8397
+7 -2
View File
@@ -6,13 +6,18 @@
ceph-python.pkgs.buildPythonPackage {
pname = "ceph-common";
format = "setuptools";
inherit (ceph-src) version;
src = ceph-src;
pyproject = true;
sourceRoot = "${ceph-src.name}/src/python-common";
propagatedBuildInputs = with ceph-python.pkgs; [
build-system = with ceph-python.pkgs; [
setuptools
];
dependencies = with ceph-python.pkgs; [
pyyaml
];