Unverified Commit b3f38f83 authored by benaryorg's avatar benaryorg
Browse files

ceph: modern python build system invocation



Signed-off-by: default avatarbenaryorg <binary@benary.org>
parent 36f54b56
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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
  ];