From 7d275864c0277c3420d9b485e09c57c351ebdce7 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 25 Aug 2023 11:07:36 -0400 Subject: [PATCH] Fix broken runtime pyproj dependency (fix RHBZ#2234805) --- python-OWSLib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index e058d1f..6f40df5 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -47,7 +47,7 @@ BuildRequires: python-lxml Requires: python2-dateutil >= 1.5 Requires: python2-requests >= 1.0 Requires: python2-pytz -Requires: python2-pyproj +Requires: pyproj Requires: python-lxml %description -n python2-OWSLib %{common_description}