From f3cc1e0b22b5a93d02be7cdf95d6ef0fbe62ba0c Mon Sep 17 00:00:00 2001 From: lixiang Date: Thu, 27 Jul 2023 05:48:11 +0000 Subject: [PATCH] update configuration/riscv_fork_list.yaml. Signed-off-by: lixiang --- configuration/riscv_fork_list.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration/riscv_fork_list.yaml b/configuration/riscv_fork_list.yaml index d53d8eab..c6a2cd15 100644 --- a/configuration/riscv_fork_list.yaml +++ b/configuration/riscv_fork_list.yaml @@ -628,6 +628,8 @@ packages: - name: python-dmidecode - name: python-dpkt - name: python-exif +- name: python-fire +- name: python-firebirdsql - name: python-firehose - name: python-fixtures - name: python-flake8-logging-format @@ -643,7 +645,9 @@ packages: - name: python-hypothesis - name: python-iptools - name: python-keyring +- name: python-landslide - name: python-latexcodec +- name: python-lasso - name: python-leather - name: python-lightgbm - name: python-limits @@ -662,6 +666,8 @@ packages: - name: python-oslo.vmware - name: python-outcome - name: python-pandas +- name: python-pathlib +- name: python-pathlib2 - name: python-periodictable - name: python-precis_i18n - name: python-pyTelegramBotAPI -- Gitee