From 7a90ddac182bf332def10c4d320a1035a284e092 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 4 Sep 2015 22:35:19 -0400 Subject: [PATCH] Typofix. --- python-requests.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index d847f9d..c05d9f4 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -48,9 +48,9 @@ designed to make HTTP requests easy for developers. Summary: HTTP library, written in Python, for human beings BuildRequires: python3-devel BuildRequires: python3-chardet -BuildRequires: python3-urllib3 == 1.10 +BuildRequires: python3-urllib3 == 1.10.4 Requires: python3-chardet -Requires: python3-urllib3 == 1.10 +Requires: python3-urllib3 == 1.10.4 %description -n python3-requests Most existing Python modules for sending HTTP requests are extremely verbose and