third_party: remove uWSGI

It's not being used outside of personal/q3k for now, and it's really
fucking up the build system.

Change-Id: Ie8f3e59e40e8be8ef3ec32118a591da2274e398c
This commit is contained in:
q3k 2020-10-29 01:43:34 +01:00
parent b1de757249
commit 99ce53c79a
2 changed files with 0 additions and 4 deletions

View file

@ -31,9 +31,6 @@ let
# the Python interpreter's path.
export PATH="${pkgs.postgresql}/bin:\$PATH"
# uWSGI has a truly cheese-grade build system, and this is the only way to let
# it know where to find ncurses.
export LDFLAGS="-L${pkgs.ncurses}/lib"
exec ${package}/bin/${binary} "\$@"
EOF
'';

View file

@ -42,6 +42,5 @@ six==1.12.0
SQLAlchemy==1.3.8
sqlparse==0.3.0
urllib3==1.25.3
uWSGI==2.0.18
Werkzeug==0.15.5
WTForms==2.2.1