From cd2ad57515a06bd089e996fb8f561d07bf6033d60fe4df7ebcbc8f96d1af4738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Apr 2019 08:41:23 +0000 Subject: [PATCH] - Add requests to requires as it is used in the package as direct import OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpsig_cffi?expand=0&rev=2 --- python-httpsig_cffi.changes | 6 ++++++ python-httpsig_cffi.spec | 17 +++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/python-httpsig_cffi.changes b/python-httpsig_cffi.changes index fcb049a..8c5b5ad 100644 --- a/python-httpsig_cffi.changes +++ b/python-httpsig_cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 24 08:40:53 UTC 2019 - Tomáš Chvátal + +- Add requests to requires as it is used in the package as direct + import + ------------------------------------------------------------------- Wed Apr 17 14:31:44 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-httpsig_cffi.spec b/python-httpsig_cffi.spec index 5eb7cdc..4d891db 100644 --- a/python-httpsig_cffi.spec +++ b/python-httpsig_cffi.spec @@ -13,29 +13,30 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-httpsig_cffi Version: 15.0.0 Release: 0 -License: MIT Summary: Secure HTTP request signing using the HTTP Signature draft specification -Url: https://github.com/hawkowl/httpsig_cffi +License: MIT Group: Development/Languages/Python +URL: https://github.com/hawkowl/httpsig_cffi Source: https://files.pythonhosted.org/packages/source/h/httpsig_cffi/httpsig_cffi-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-cryptography +Requires: python-requests +Requires: python-six +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module cryptography} BuildRequires: %{python_module requests} BuildRequires: %{python_module six} # /SECTION -BuildRequires: fdupes -Requires: python-cryptography -Requires: python-six -BuildArch: noarch - %python_subpackages %description