From 8481c200bcd85968695c386b6c6518e3282a553b 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 06:45:31 +0000 Subject: [PATCH] update pyporter/pyporter.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一直向前的小白羊 --- pyporter/pyporter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyporter/pyporter.py b/pyporter/pyporter.py index ec7629a..5505b2f 100755 --- a/pyporter/pyporter.py +++ b/pyporter/pyporter.py @@ -301,6 +301,8 @@ class PyPorter: print(buildreq_tag_template.format(req='python3-cffi')) print(buildreq_tag_template.format(req='gcc')) print(buildreq_tag_template.format(req='gdb')) + print(buildreq_tag_template.format(req='python3-toml')) + print(buildreq_tag_template.format(req='python3-setuptools_scm')) def prepare_pkg_build(self): print("%py3_build") -- Gitee