From ae29f44be3b905f00a202fada96d4f6bdcfade0e Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Wed, 18 Jan 2023 03:00:12 +0800 Subject: [PATCH] fix missing Requires:python3-pyyaml (cherry picked from commit 11e821b53a3cef9eab2f520f263096bd0e23b525) --- gala-anteater.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gala-anteater.spec b/gala-anteater.spec index 6f825e3..3e06d9a 100644 --- a/gala-anteater.spec +++ b/gala-anteater.spec @@ -2,7 +2,7 @@ Name: gala-anteater Version: 1.0.1 -Release: 2 +Release: 3 Summary: A time-series anomaly detection platform for operating system. License: MulanPSL2 URL: https://gitee.com/openeuler/gala-anteater @@ -25,6 +25,7 @@ Abnormal detection module for A-Ops project Summary: Python3 package of gala-anteater Requires: python3-APScheduler python3-kafka-python python3-joblib python3-numpy Requires: python3-pandas python3-requests python3-scikit-learn python3-pytorch +Requires: python3-pyyaml %description -n python3-gala-anteater Python3 package of gala-anteater @@ -74,6 +75,9 @@ fi %changelog +* Thu Jan 19 2023 Zhen Chen - 1.0.1-3 +- fix missing Requires:python3-pyyaml + * Tue Jan 17 2023 Zhen Chen - 1.0.1-2 - fix str2enum bug & data query refactor - add systemd service for anteater