13 buildPythonPackage rec {
16 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-Tc+ksTpVaFxJ09F8EGMeyhjDN3D2Yxb47yM3uJUcwUQ=";
22 buildInputs = [ systemd ];
24 nativeBuildInputs = [ pkg-config ];
26 propagatedBuildInputs = [
36 checkPhase = "pytest tests";
40 Thin Cython-based wrapper on top of libsystemd, focused on exposing the
41 dbus API via sd-bus in an automated and easy to consume way
43 homepage = "https://github.com/facebookincubator/pystemd/";
44 license = licenses.lgpl21Plus;
45 maintainers = with maintainers; [ flokli ];