From 45c96d5c11b169bce2e19abe69d26da39015fccc07e0dc5be3a3ec361b21096b 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