From 7f4af22306277a2c987101318676f1600e8f002f Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 27 Apr 2021 10:52:00 +0900 Subject: [PATCH] Add recommend package ( python2 ) Change-Id: I1a51036848354fe140a3861895556ff053774781 Signed-off-by: DongHun Kwak --- packaging/python-M2Crypto.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/python-M2Crypto.spec b/packaging/python-M2Crypto.spec index 3373b67..610e9ab 100644 --- a/packaging/python-M2Crypto.spec +++ b/packaging/python-M2Crypto.spec @@ -28,6 +28,7 @@ BuildRequires: python-distribute BuildRequires: swig BuildRequires: python +Recommends: python < 3.0 Requires: python-typing %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Provides: python-m2crypto = %{version} -- 2.34.1