Commit 44587571 authored by Robert Schütz's avatar Robert Schütz
Browse files

collectd: use python3

parent 8d7badd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];