!19 [sync] PR-18: fix missing Requires:python3-pyyaml
From: @openeuler-sync-bot Reviewed-by: @dowzyx Signed-off-by: @dowzyx
This commit is contained in:
commit
9a10bf6543
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user