Skip to content

Commit 6441229

Browse files
authored
Merge pull request #16 from ocefpaf/plugin
closes #15
2 parents 1f40fe5 + 9c8a79c commit 6441229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export UWSGI_PROFILE="$SRC_DIR/uwsgi_config.ini"
44
export UWSGI_INCLUDES="$PREFIX/include,$PREFIX/include/openssl"
55
export LDFLAGS="-L$PREFIX/lib $LDFLAGS"
66

7-
$PYTHON -m pip install --no-deps --ignore-installed .
7+
UWSGI_EMBED_PLUGINS=stats_pusher_statsd $PYTHON -m pip install --no-deps --ignore-installed .

recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
sha256: d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277
1010

1111
build:
12-
number: 0
12+
number: 1
1313
skip: True # [win]
1414
detect_binary_files_with_prefix: true
1515

0 commit comments

Comments
 (0)