Accepting request 606306 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/606306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=20
This commit is contained in:
commit
edeee45853
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 10 15:44:58 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Make sure ssl is available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 2 15:33:17 UTC 2018 - tchvatal@suse.com
|
Wed May 2 15:33:17 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -31,8 +31,12 @@ BuildRequires: %{python_module xml}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-backports.ssl_match_hostname
|
BuildRequires: python-backports.ssl_match_hostname
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: python2
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
%ifpython2
|
||||||
|
Requires: python2
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user