- 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
This commit is contained in:
Tomáš Chvátal 2019-04-24 08:41:23 +00:00 committed by Git OBS Bridge
parent 3440a775cb
commit cd2ad57515
2 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 24 08:40:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@ -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