Merge pull request #170432 from armeenm/syslogng-python3

syslogng: switch to python3
This commit is contained in:
Mario Rodas 2022-05-07 19:12:05 -05:00 committed by GitHub
commit 17dcc30b0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, openssl, libcap, curl, which
, eventlog, pkg-config, glib, python2, systemd, perl
, eventlog, pkg-config, glib, python3, systemd, perl
, riemann_c_client, protobufc, pcre, libnet
, json_c, libuuid, libivykis, mongoc, rabbitmq-c
, libesmtp
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
eventlog
glib
perl
python2
python3
systemd
riemann_c_client
protobufc