We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f40fe5 commit 9c8a79cCopy full SHA for 9c8a79c
recipe/build.sh
@@ -4,4 +4,4 @@ export UWSGI_PROFILE="$SRC_DIR/uwsgi_config.ini"
4
export UWSGI_INCLUDES="$PREFIX/include,$PREFIX/include/openssl"
5
export LDFLAGS="-L$PREFIX/lib $LDFLAGS"
6
7
-$PYTHON -m pip install --no-deps --ignore-installed .
+UWSGI_EMBED_PLUGINS=stats_pusher_statsd $PYTHON -m pip install --no-deps --ignore-installed .
recipe/meta.yaml
@@ -9,7 +9,7 @@ source:
9
sha256: d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277
10
11
build:
12
- number: 0
+ number: 1
13
skip: True # [win]
14
detect_binary_files_with_prefix: true
15
0 commit comments