flexget: fix build
This commit is contained in:
parent
c86f50122f
commit
cc38877ab7
@ -34,6 +34,10 @@ buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
# remove dependency constraints
|
# remove dependency constraints
|
||||||
sed 's/==\([0-9]\.\?\)\+//' -i requirements.txt
|
sed 's/==\([0-9]\.\?\)\+//' -i requirements.txt
|
||||||
|
|
||||||
|
# "zxcvbn-python" was renamed to "zxcvbn", and we don't have the former in
|
||||||
|
# nixpkgs. See: https://github.com/NixOS/nixpkgs/issues/62110
|
||||||
|
substituteInPlace requirements.txt --replace "zxcvbn-python" "zxcvbn"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# ~400 failures
|
# ~400 failures
|
||||||
@ -50,7 +54,7 @@ buildPythonApplication rec {
|
|||||||
cherrypy flask flask-restful
|
cherrypy flask flask-restful
|
||||||
flask-restplus flask-compress
|
flask-restplus flask-compress
|
||||||
flask_login flask-cors
|
flask_login flask-cors
|
||||||
pyparsing zxcvbn-python future
|
pyparsing zxcvbn future
|
||||||
progressbar
|
progressbar
|
||||||
# Optional requirements
|
# Optional requirements
|
||||||
deluge-client
|
deluge-client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user