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:
Thomas Gerbet 2024-02-24 12:31:12 +01:00
parent 8db50d6f20
commit d7ac731140

View File

@ -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; [