Remove the certifi requirement from setup.py
We use the certificates provided by the ca-certificates RPM package and therefore don't use certifi. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
2c9580baca
commit
42ab4cc57f
2 changed files with 19 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
Name: python-requests
|
||||
Version: 2.18.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -166,6 +166,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 20 2017 Jeremy Cline <jeremy@jcline.org> - 2.18.1-2
|
||||
- Drop the dependency on certifi in setup.py
|
||||
|
||||
* Mon Jun 19 2017 Jeremy Cline <jeremy@jcline.org> - 2.18.1-1
|
||||
- Update to 2.18.1 (#1449432)
|
||||
- Remove tests that require non-local network (#1450608)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue