From 811e228a6e378743d7fe5cce70de9d2880554270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E7=9B=B4=E5=90=91=E5=89=8D=E7=9A=84=E5=B0=8F?= =?UTF-8?q?=E7=99=BD=E7=BE=8A?= Date: Tue, 25 Jul 2023 09:52:50 +0000 Subject: [PATCH] fixed bb23554 from https://gitee.com/lx1229207124/RISC-V/pulls/717 update configuration/riscv_fork_list.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一直向前的小白羊 --- configuration/riscv_fork_list.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/riscv_fork_list.yaml b/configuration/riscv_fork_list.yaml index 903da67c..2b67f92a 100644 --- a/configuration/riscv_fork_list.yaml +++ b/configuration/riscv_fork_list.yaml @@ -660,6 +660,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