From cd1b9f2b2666a7b884346383228cc432d443ce337b8b2897a10fdc0a8411925e Mon Sep 17 00:00:00 2001 From: Steve Kowalik <steven.kowalik@suse.com> Date: Fri, 16 Apr 2021 07:41:33 +0000 Subject: [PATCH] Also skip 3.9, and correct comment OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:avocado/python-inspektor?expand=0&rev=16 --- python-inspektor.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-inspektor.spec b/python-inspektor.spec index 4e73daa..65c8bb7 100644 --- a/python-inspektor.spec +++ b/python-inspektor.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -# cliff and stevedore are not built for 3.6 +# cliff and stevedore are only built for 3.8 %define skip_python36 1 +%define skip_python39 1 %global pkgname inspektor Name: python-%{pkgname} Version: 0.5.2