Matej Cepl 2023-05-04 19:43:07 +00:00 committed by Git OBS Bridge
parent b2a491a284
commit 829b7fe7f4

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-requests-toolbelt
Version: 1.0.0
@ -45,7 +44,7 @@ BuildRequires: %{python_module betamax >= 0.5.0}
BuildRequires: %{python_module pyOpenSSL >= 19.1.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module trustme}
%if 0%{suse_version} <= 1500
%if 0%{?suse_version} <= 1500
BuildRequires: python-mock
%endif
# /SECTION
@ -82,6 +81,7 @@ export OPENSSL_CONF=''
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/requests_toolbelt
%{python_sitelib}/requests_toolbelt-%{version}*-info
%changelog