From a8b15c5852c35e30e038db3ec3f7ddfcaaca98d8 Mon Sep 17 00:00:00 2001 From: TT Date: Sat, 16 Sep 2023 01:43:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20python3.spec.=20=E4=BD=BF=E7=94=A8x2op?= =?UTF-8?q?enEuler=E5=B7=A5=E5=85=B7=EF=BC=8C=E5=B0=86centos8=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E8=87=B3openEuler=EF=BC=8Cpython36=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A2=ABobsoletes=EF=BC=8C=E5=9B=A0=E6=AD=A4=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=AF=A5=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: TT --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 639d02c..c7e6b41 100644 --- a/python3.spec +++ b/python3.spec @@ -94,7 +94,7 @@ Provides: python%{branchversion} = %{version}-%{release} Provides: python(abi) = %{branchversion} Provides: python%{pyshortver} = %{version}-%{release} -Obsoletes: python%{pyshortver} +Obsoletes: python%{pyshortver} python36 Requires: python-setuptools-wheel Requires: python-pip-wheel -- Gitee