From cb02c8bebb1d4387b0e18dd9eed8f763065bfb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 5 Jun 2018 16:45:30 +0200 Subject: [PATCH] BR idna, or the tests fail --- python-requests.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-requests.spec b/python-requests.spec index f57b939..f0a2b4d 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -65,6 +65,7 @@ Summary: HTTP library, written in Python, for human beings BuildRequires: python2-devel BuildRequires: python2-chardet BuildRequires: python2-urllib3 +BuildRequires: python2-idna %if %{with tests} BuildRequires: python2-pytest BuildRequires: python2-pytest-cov @@ -98,6 +99,7 @@ Summary: HTTP library, written in Python, for human beings BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-chardet BuildRequires: python%{python3_pkgversion}-urllib3 +BuildRequires: python%{python3_pkgversion}-idna %if %{with tests} BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-pytest-cov