sublime-music: relax deepdiff constraint

This commit is contained in:
Fabian Affolter 2022-10-23 10:32:11 +02:00
parent 40b5963931
commit 24822f5a94

View file

@ -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