forked from hswaw/hscloud
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:
parent
b1de757249
commit
99ce53c79a
2 changed files with 0 additions and 4 deletions
3
third_party/nix/python.nix
vendored
3
third_party/nix/python.nix
vendored
|
@ -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
|
||||
'';
|
||||
|
|
1
third_party/py/requirements.txt
vendored
1
third_party/py/requirements.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue