Unverified Commit 4001b94d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.systemd-python: rename from systemd (#460153)

parents b4c84742 2e8b0337
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ python3.pkgs.buildPythonApplication rec {
  pythonPath =
    with python3.pkgs;
    lib.optionals stdenv.hostPlatform.isLinux [
      systemd
      systemd-python
      pyinotify

      # https://github.com/fail2ban/fail2ban/issues/3787, remove it in the next release
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {

  build-system = with python3Packages; [ setuptools ];

  dependencies = with python3Packages; [ systemd ];
  dependencies = with python3Packages; [ systemd-python ];

  nativeCheckInputs = with python3Packages; [ pytestCheckHook ];

+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ python3Packages.buildPythonApplication rec {
      authlib
    ];
    systemd = [
      systemd
      systemd-python
    ];
    url-preview = [
      lxml
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    "postgres"
    "url-preview"
  ]
  ++ lib.optional (lib.meta.availableOn stdenv.hostPlatform matrix-synapse-unwrapped.python.pkgs.systemd) "systemd",
  ++ lib.optional (lib.meta.availableOn stdenv.hostPlatform matrix-synapse-unwrapped.python.pkgs.systemd-python) "systemd",
  plugins ? [ ],
}:

+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ python3.pkgs.buildPythonApplication rec {
    pyatspi
    pycairo
    pygobject3
    systemd
    systemd-python
  ];

  propagatedUserEnvPkgs = [ dconf ];
Loading