From c4923bf2ff66828ea5b452207bb77d00566d456d Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 15 Oct 2019 15:32:16 +0000 Subject: [PATCH] Buildrequire on python2-setuptools? --- python-urllib3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-urllib3.spec b/python-urllib3.spec index 0075c27..4e8e454 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -34,6 +34,7 @@ Requires: python2-ipaddress Requires: python2-pysocks BuildRequires: python2-devel +BuildRequires: python2-setuptools %description -n python2-%{srcname} Python2 HTTP module with connection pooling and file POST abilities.