diff --git a/python-requests-toolbelt.spec b/python-requests-toolbelt.spec index 6cb5c41..64f99b9 100644 --- a/python-requests-toolbelt.spec +++ b/python-requests-toolbelt.spec @@ -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