From 12d03552103031e6e558570ae86784902f723ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Nov 2019 10:53:13 +0100 Subject: [PATCH] BR setuptools, make sure egg-info is a directory --- python-urllib3.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index a3dc496..f197080 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -22,6 +22,7 @@ Python HTTP module with connection pooling and file POST abilities. Summary: Python3 HTTP library with thread-safe connection pooling and file post BuildRequires: python3-devel +BuildRequires: python3-setuptools %if %{with tests} BuildRequires: python3-nose BuildRequires: python3-mock @@ -90,7 +91,7 @@ popd %license LICENSE.txt %doc CHANGES.rst README.rst CONTRIBUTORS.txt %{python3_sitelib}/urllib3/ -%{python3_sitelib}/urllib3-*.egg-info +%{python3_sitelib}/urllib3-*.egg-info/ %changelog