Accepting request 980309 from devel:languages:python
- Shift BuildRequires on openssl, it's only required for tests. OBS-URL: https://build.opensuse.org/request/show/980309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=44
This commit is contained in:
commit
205f03545c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 1 08:25:21 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Shift BuildRequires on openssl, it's only required for tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 4 23:21:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Fri Feb 4 23:21:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ Patch0: skip-networked-test.patch
|
|||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: openssl
|
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module cryptography >= 35}
|
BuildRequires: %{python_module cryptography >= 35}
|
||||||
@ -48,6 +47,7 @@ BuildRequires: %{python_module pretend}
|
|||||||
BuildRequires: %{python_module pyOpenSSL >= %version}
|
BuildRequires: %{python_module pyOpenSSL >= %version}
|
||||||
BuildRequires: %{python_module pytest >= 3.0.1}
|
BuildRequires: %{python_module pytest >= 3.0.1}
|
||||||
BuildRequires: ca-certificates-mozilla
|
BuildRequires: ca-certificates-mozilla
|
||||||
|
BuildRequires: openssl
|
||||||
%endif
|
%endif
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
Requires: python-cryptography >= 35
|
Requires: python-cryptography >= 35
|
||||||
|
Loading…
x
Reference in New Issue
Block a user