Merge pull request #291115 from LeSuisse/pyload-ng-flask-session2

pyload-ng: drop removal of `Flask-Session2` in the `setup.cfg`
This commit is contained in:
Nick Cao
2024-02-25 11:16:17 -05:00
committed by GitHub

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