mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pyload-ng: drop removal of Flask-Session2
in the setup.cfg
It has been removed by upstream we do not need this change anymore.
This commit is contained in:
parent
8db50d6f20
commit
d7ac731140
@ -21,8 +21,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
postPatch = ''
|
||||
# relax version bounds
|
||||
sed -i 's/\([A-z0-9]*\)~=.*$/\1/' setup.cfg
|
||||
# not sure what Flask-Session2 is but flask-session works just fine
|
||||
sed -i '/Flask-Session2/d' setup.cfg
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user