beets: Remove <2.2.0 conditionals
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
@@ -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
|
||||
]
|
||||
++ [
|
||||
|
||||
Reference in New Issue
Block a user