Accepting request 936064 from devel:languages:python:Factory

OBS-URL: https://build.opensuse.org/request/show/936064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=163
This commit is contained in:
Dominique Leuenberger 2021-12-08 21:08:42 +00:00 committed by Git OBS Bridge
commit 1e3e266516
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 6 13:48:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
- build against openssl 1.1.x (incompatible with openssl 3.0x) for now
-------------------------------------------------------------------
Fri Oct 15 08:17:46 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -131,7 +131,7 @@ BuildRequires: libbz2-devel
%if %{suse_version} >= 1500
BuildRequires: libnsl-devel
%endif
BuildRequires: libopenssl-devel
BuildRequires: libopenssl-1_1-devel
BuildRequires: ncurses-devel
BuildRequires: readline-devel
BuildRequires: sqlite-devel