Merge pull request #145492 from SuperSandro2000/swspotify

This commit is contained in:
Sandro 2021-11-11 17:07:42 +01:00 committed by GitHub
commit e081461003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
requests flask flask-cors dbus-python
];
preConfigure = ''
postPatch = ''
substituteInPlace setup.py \
--replace 'flask==2.0.1' 'flask'
'';