Merge pull request #202796 from dotlambda/collectd-python3

collectd: use python3
This commit is contained in:
Guillaume Girol 2022-11-25 16:22:51 +00:00 committed by GitHub
commit d8ac0f62d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
, perl
, postgresql
, protobufc
, python2
, python3
, rabbitmq-c
, rdkafka
, riemann_c_client
@ -102,7 +102,7 @@ let
pinba.buildInputs = [ protobufc ];
ping.buildInputs = [ liboping ];
postgresql.buildInputs = [ postgresql ];
python.buildInputs = [ python2 ];
python.buildInputs = [ python3 ];
redis.buildInputs = [ hiredis ];
rrdcached.buildInputs = [ rrdtool libxml2 ];
rrdtool.buildInputs = [ rrdtool libxml2 ];