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