Merge pull request #202796 from dotlambda/collectd-python3

collectd: use python3

authored by Guillaume Girol and committed by GitHub d8ac0f62 62b8fc77

+2 -2
+2 -2
pkgs/tools/system/collectd/plugins.nix
··· 31 , perl 32 , postgresql 33 , protobufc 34 - , python2 35 , rabbitmq-c 36 , rdkafka 37 , riemann_c_client ··· 102 pinba.buildInputs = [ protobufc ]; 103 ping.buildInputs = [ liboping ]; 104 postgresql.buildInputs = [ postgresql ]; 105 - python.buildInputs = [ python2 ]; 106 redis.buildInputs = [ hiredis ]; 107 rrdcached.buildInputs = [ rrdtool libxml2 ]; 108 rrdtool.buildInputs = [ rrdtool libxml2 ];
··· 31 , perl 32 , postgresql 33 , protobufc 34 + , python3 35 , rabbitmq-c 36 , rdkafka 37 , riemann_c_client ··· 102 pinba.buildInputs = [ protobufc ]; 103 ping.buildInputs = [ liboping ]; 104 postgresql.buildInputs = [ postgresql ]; 105 + python.buildInputs = [ python3 ]; 106 redis.buildInputs = [ hiredis ]; 107 rrdcached.buildInputs = [ rrdtool libxml2 ]; 108 rrdtool.buildInputs = [ rrdtool libxml2 ];