Accepting request 492483 from devel:languages:python
- add python-packaging to requirements explicitly instead of relying on setuptools to pull it in OBS-URL: https://build.opensuse.org/request/show/492483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=26
This commit is contained in:
commit
f769059988
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 12:58:37 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- add python-packaging to requirements explicitly instead of relying
|
||||
on setuptools to pull it in
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 20:34:03 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
|
@ -45,6 +45,7 @@ BuildRequires: python2-ipaddress
|
||||
# SECTION Test requirements
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module iso8601}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pretend}
|
||||
BuildRequires: %{python_module pyasn1 >= 0.1.8}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@ -56,6 +57,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
Requires: python-asn1crypto >= 0.21.0
|
||||
Requires: python-idna >= 2.1
|
||||
Requires: python-packaging
|
||||
Requires: python-pyasn1 >= 0.1.8
|
||||
Requires: python-setuptools >= 11.3
|
||||
Requires: python-six >= 1.4.1
|
||||
|
Loading…
Reference in New Issue
Block a user