From 007e7201b399d266d7c51a42315db86205bdeca8 Mon Sep 17 00:00:00 2001 From: hanxinke Date: Wed, 10 Jun 2020 15:26:48 +0800 Subject: [PATCH] python3: fix the dependency problem of other packages --- python3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.spec b/python3.spec index f76ed3a..5336b29 100644 --- a/python3.spec +++ b/python3.spec @@ -96,6 +96,7 @@ Patch251: 00251-change-user-install-location.patch Provides: python%{branchversion} = %{version}-%{release} Provides: python(abi) = %{branchversion} +Provides: python(abi) = 3.7 Provides: python%{pyshortver} = %{version}-%{release} Obsoletes: python%{pyshortver} -- Gitee