sublime-music: relax deepdiff constraint
This commit is contained in:
parent
40b5963931
commit
24822f5a94
1 changed files with 5 additions and 3 deletions
|
@ -32,9 +32,11 @@ python3Packages.buildPythonApplication rec {
|
|||
wrapGAppsHook
|
||||
];
|
||||
|
||||
# Can be removed in later versions
|
||||
# https://gitlab.com/sublime-music/sublime-music/-/issues/343
|
||||
pythonRelaxDeps = [ "python-mpv" ];
|
||||
# Can be removed in later versions (probably > 0.11.16)
|
||||
pythonRelaxDeps = [
|
||||
"deepdiff"
|
||||
"python-mpv"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
|
|
Loading…
Reference in a new issue