From 73e7a4c7b82dcbeb7fd5e2557463292d4eaa19f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=85=A7=E6=B1=89?= Date: Thu, 8 Aug 2024 08:22:31 +0000 Subject: [PATCH] update python-setuptools.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈慧汉 --- python-setuptools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 0cfb03f..e247540 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,5 +1,5 @@ %bcond_with bootstrap -%bcond_with tests +%bcond_without tests %global python3_record %{python3_sitelib}/setuptools-%{version}.dist-info/RECORD -- Gitee