octoprint: allow any flask version

This commit is contained in:
Alexey Shmalko 2016-12-18 14:33:03 +02:00
parent 4058735122
commit 07950a24b6
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

@ -69,6 +69,7 @@ in pythonPackages.buildPythonApplication rec {
-e 's,Flask-Assets>=[^"]*,Flask-Assets,g' \
-e 's,rsa>=[^"]*,rsa,g' \
-e 's,PyYAML>=[^"]*,PyYAML,g' \
-e 's,flask>=[^"]*,flask,g' \
setup.py
'';