From 069cc7e14f9a991f3f6427f3c426872a007035ff Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:50:25 +0800 Subject: [PATCH] update code --- python-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 87682f9..edd42b3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without python2 %if %{with python2} @@ -11,7 +11,7 @@ Name: python-setuptools Version: 40.4.3 -Release: 3 +Release: 4 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -144,6 +144,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Wed Oct 30 2019 hexiaowen - 40.4.3-4 +- disable tests + * Mon Sep 23 2019 openEuler Buildteam - 40.4.3-3 - Fix python-setuptools-wheel dependency problems