From 684c235747f4ef72160db55d86da97e9976c84e4b484b380bb53ef59512b3fd6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 May 2024 16:48:55 +0000 Subject: [PATCH] No Python 3.6 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-launchpadlib?expand=0&rev=3 --- python-launchpadlib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-launchpadlib.spec b/python-launchpadlib.spec index 2bc4c38..b2c2e50 100644 --- a/python-launchpadlib.spec +++ b/python-launchpadlib.spec @@ -27,6 +27,7 @@ Source: https://launchpad.net/launchpadlib/trunk/%{version}/+download/la # Code from https://code.launchpad.net/~cjwatson/launchpadlib/+git/launchpadlib/+merge/461678 # Remove support for Python 2 Patch0: 0001-Remove-support-for-Python-2.patch +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module httplib2} BuildRequires: %{python_module lazr.restfulclient} BuildRequires: %{python_module lazr.uri}