Merge pull request #145492 from SuperSandro2000/swspotify

This commit is contained in:
Sandro
2021-11-11 17:07:42 +01:00
committed by GitHub
@@ -17,7 +17,7 @@ buildPythonPackage rec {
requests flask flask-cors dbus-python
];
preConfigure = ''
postPatch = ''
substituteInPlace setup.py \
--replace 'flask==2.0.1' 'flask'
'';