beets: Remove <2.2.0 conditionals

This commit is contained in:
Doron Behar
2025-05-14 17:49:30 +03:00
parent be0f7980b9
commit 522dee2992
2 changed files with 0 additions and 7 deletions
@@ -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 = [ ];
};
-4
View File
@@ -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
]
++ [