Commit 522dee29 authored by Doron Behar's avatar Doron Behar
Browse files

beets: Remove <2.2.0 conditionals

parent be0f7980
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -171,9 +171,6 @@
    flask-cors
  ];
  zero = { };
}
# NOTE: There will be no need for this conditional once beets is updated.
// lib.optionalAttrs (lib.versionAtLeast version "2.2.0-unstable-2025-03-12") {
  _typing = {
    testPaths = [ ];
  };
+0 −4
Original line number Diff line number Diff line
@@ -101,8 +101,6 @@ python3Packages.buildPythonApplication {
      pyyaml
      unidecode
      typing-extensions
    ]
    ++ lib.optionals (lib.versionAtLeast version "2.2.0-unstable-2025-03-12") [
      lap
    ]
    ++ (concatMap (p: p.propagatedBuildInputs) (attrValues enabledPlugins));
@@ -151,8 +149,6 @@ python3Packages.buildPythonApplication {
      mock
      rarfile
      responses
    ]
    ++ lib.optionals (lib.versionAtLeast version "2.2.0-unstable-2025-03-12") [
      requests-mock
    ]
    ++ [