From efdc93c51df64361f9dfa797e4e60db85af0dcf08e7726471a6f7465956d39c7 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 24 Jan 2022 00:30:03 +0000 Subject: [PATCH] Force python38 instead of generic python3. This was done because many of the python packages this depends on now have python38, python39, and python10 versions. OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=44 --- python-dfVFS.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-dfVFS.spec b/python-dfVFS.spec index 87f7f8c..fc94ada 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python-%{**} python38-%{**}} %define timestamp 20200920 %define pythons python3 Name: python-dfVFS