Merge pull request #10079 from ryzhovau/libgd_CFLAGS
[feed/packages.git] / admin / netdata / patches / 002-force-python3.patch
1 --- a/collectors/python.d.plugin/python.d.plugin.in
2 +++ b/collectors/python.d.plugin/python.d.plugin.in
3 @@ -1,10 +1,4 @@
4 -#!/usr/bin/env bash
5 -'''':;
6 -if [[ "$OSTYPE" == "darwin"* ]]; then
7 - export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
8 -fi
9 -exec "$(command -v python || command -v python3 || command -v python2 ||
10 -echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
11 +#!/usr/bin/python3
12
13 # -*- coding: utf-8 -*-
14 # Description: