From 11c5bab3d004f715f70eb64995044d6bb6b956a17cfedd9b51106723d213ba68 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 5 Jun 2020 14:51:38 +0000 Subject: [PATCH] Fix SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-URLObject?expand=0&rev=12 --- python-URLObject.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-URLObject.spec b/python-URLObject.spec index 974d8cd..b5bcd0c 100644 --- a/python-URLObject.spec +++ b/python-URLObject.spec @@ -45,6 +45,7 @@ test-driven manner, and has full Sphinx documentation. %prep %setup -q -n URLObject-%{version} +%autopatch -p1 %build %python_build