Commit 68c06a05 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.rtslib: rename to rtslib-fb

parent e4ffd9c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ in
      wantedBy = [ "multi-user.target" ];
      serviceConfig = {
        Type = "oneshot";
        ExecStart = "${pkgs.python3.pkgs.rtslib}/bin/targetctl restore";
        ExecStop = "${pkgs.python3.pkgs.rtslib}/bin/targetctl clear";
        ExecStart = "${lib.getExe pkgs.python3Packages.rtslib-fb} restore";
        ExecStop = "${lib.getExe pkgs.python3Packages.rtslib-fb} clear";
        RemainAfterExit = "yes";
      };
    };
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {

  propagatedBuildInputs = with python3.pkgs; [
    configshell
    rtslib
    rtslib-fb
    pygobject3
  ];

+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

buildPythonPackage rec {
  pname = "rtslib";
  pname = "rtslib-fb";
  version = "2.2.2";
  pyproject = true;

@@ -24,7 +24,7 @@ buildPythonPackage rec {

  src = fetchFromGitHub {
    owner = "open-iscsi";
    repo = "${pname}-fb";
    repo = "rtslib-fb";
    tag = "v${version}";
    hash = "sha256-FuXO/yGZBR+QRvB5s1tE77hjnisSfjjHSCPLvGJOYdM=";
  };
+1 −0
Original line number Diff line number Diff line
@@ -647,6 +647,7 @@ mapAliases ({
  ronin = throw "ronin has been removed because it was unmaintained since 2018"; # added 2024-08-21
  ROPGadget = ropgadget; # added 2021-07-06
  rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01
  rtslib = rtslib-fb; # added 2025-03-14
  ruamel_base = ruamel-base; # added 2021-11-01
  ruamel_yaml = ruamel-yaml; # added 2021-11-01
  ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01
+1 −1
Original line number Diff line number Diff line
@@ -14696,7 +14696,7 @@ self: super: with self; {
    inherit (pkgs) libspatialindex;
  };
  rtslib = callPackage ../development/python-modules/rtslib { };
  rtslib-fb = callPackage ../development/python-modules/rtslib-fb { };
  rtsp-to-webrtc = callPackage ../development/python-modules/rtsp-to-webrtc { };