Skip to content

Commit bcca11b

Browse files
committed
remove python3-pip from node_packages
1 parent 92ffb56 commit bcca11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/confgen.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ repo_extra_packages_default: [ pgsql-main ]
933933
# default node packages to be installed (if ` + "`node_default_packages`" + ` is not explicitly set)
934934
node_packages_default:
935935
- lz4,unzip,bzip2,pv,jq,git,ncdu,make,patch,bash,lsof,wget,uuid,tuned,nvme-cli,numactl,sysstat,iotop,htop,rsync,tcpdump
936-
- python3,python3-pip,socat,lrzsz,net-tools,ipvsadm,telnet,ca-certificates,openssl,keepalived,etcd,haproxy,chrony,pig
936+
- python3,socat,lrzsz,net-tools,ipvsadm,telnet,ca-certificates,openssl,keepalived,etcd,haproxy,chrony,pig
937937
- zlib,yum,audit,bind-utils,readline,vim-minimal,node_exporter,grubby,openssh-server,openssh-clients,chkconfig,vector
938938
939939
# default infra packages to be installed (if ` + "`infra_packages`" + ` is not explicitly set)
@@ -1080,7 +1080,7 @@ repo_extra_packages_default: [ pgsql-main ]
10801080
# default node packages to be installed (if ` + "`node_default_packages`" + ` is not explicitly set)
10811081
node_packages_default:
10821082
- lz4,unzip,bzip2,pv,jq,git,ncdu,make,patch,bash,lsof,wget,uuid,tuned,nvme-cli,numactl,sysstat,iotop,htop,rsync{{ if ne .OSCode "u24" }},tcpdump{{ else }} #tcpdump{{ end }}
1083-
- python3,python3-pip,socat,lrzsz,net-tools,ipvsadm,telnet,ca-certificates,openssl,keepalived,etcd,haproxy,chrony,pig
1083+
- python3,socat,lrzsz,net-tools,ipvsadm,telnet,ca-certificates,openssl,keepalived,etcd,haproxy,chrony,pig
10841084
- zlib1g,acl,{{ getDNSPackage }},libreadline-dev,vim-tiny,node-exporter,openssh-server,openssh-client,vector
10851085
10861086
# default infra packages to be installed (if ` + "`infra_packages`" + ` is not explicitly set)

0 commit comments

Comments
 (0)