fix(configtest): remove yum-plugin-ps check on Amazon Linux (#870)

This commit is contained in:
Kota Kanbe
2019-07-12 07:25:47 +09:00
committed by GitHub
parent a8040fe4d2
commit c5e13dd5e4

View File

@@ -56,7 +56,6 @@ func (o *amazon) depsFast() []string {
func (o *amazon) depsFastRoot() []string {
return []string{
"yum-utils",
"yum-plugin-ps",
}
}