fix missing Requires:python3-pyyaml

(cherry picked from commit 11e821b53a3cef9eab2f520f263096bd0e23b525)
This commit is contained in:
Zhen Chen 2023-01-18 03:00:12 +08:00 committed by openeuler-sync-bot
parent 6e3d52a572
commit ae29f44be3

View File

@ -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 <chenzhen126@huawei.com> - 1.0.1-3
- fix missing Requires:python3-pyyaml
* Tue Jan 17 2023 Zhen Chen <chenzhen126@huawei.com> - 1.0.1-2
- fix str2enum bug & data query refactor
- add systemd service for anteater