Change dependency from openssl1.1 to openssl3 45/296345/1 accepted/tizen_8.0_unified accepted/tizen_unified accepted/tizen_unified_dev tizen tizen_8.0 accepted/tizen/8.0/unified/20231005.095434 accepted/tizen/unified/20230908.185313 accepted/tizen/unified/dev/20240620.011050 tizen_8.0_m2_release
authorJinWang An <jinwang.an@samsung.com>
Wed, 26 Jul 2023 02:05:05 +0000 (11:05 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 26 Jul 2023 02:05:25 +0000 (11:05 +0900)
Change-Id: I5afffa8c2ec628d0b65b5ffa638fef66ac10e298
Signed-off-by: JinWang An <jinwang.an@samsung.com>
packaging/python-pyOpenSSL.spec

index 25b76e7..26212fc 100644 (file)
@@ -24,7 +24,7 @@ Source1001:   python-pyOpenSSL.manifest
 #BuildRequires:  libopenssl1.1-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-devel
-BuildRequires: openssl1.1
+BuildRequires: openssl3
 BuildArch:      noarch
 #comment the below line. if add the below line, compile failed, python setup.py install will use /usr/lib/python2.7 for x86_64 arch. the below is /usr/lib64/python2.7
 #%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}