appliances: make.conf: add PYTHON_SINGLE_TARGET where needed
Evidentally it's not set in the Gentoo profile.
This commit is contained in:
parent
a8ed4fc007
commit
442699acb0
|
@ -0,0 +1 @@
|
|||
PYTHON_SINGLE_TARGET=python3_6
|
|
@ -1,2 +1,3 @@
|
|||
# Settings for TeamPlayer
|
||||
NGINX_MODULES_HTTP="auth_basic gzip proxy referer rewrite headers_more uwsgi"
|
||||
PYTHON_SINGLE_TARGET=python3_6
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
PYTHON_SINGLE_TARGET=python3_6
|
||||
NGINX_MODULES_HTTP="auth_basic fancyindex gzip proxy referer rewrite headers_more uwsgi"
|
||||
|
|
Loading…
Reference in New Issue