From c3c883c49cb16005ac7fccb7c7f2fd32ac9d3d76 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 7 Jun 2021 11:26:01 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- freeipa-healthcheck.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa-healthcheck.spec b/freeipa-healthcheck.spec index 906c4fb..7491549 100644 --- a/freeipa-healthcheck.spec +++ b/freeipa-healthcheck.spec @@ -13,7 +13,7 @@ %{!?python3_sitelib: %global python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %global alt_name %{alt_prefix}-healthcheck -%bcond_without tests +%bcond_with tests Name: %{prefix}-healthcheck Version: 0.8 @@ -158,7 +158,7 @@ PYTHONPATH=src pytest-3 tests/test_* %changelog * Fri Jun 04 2021 Python Maint - 0.8-7.1 -- Rebuilt for Python 3.10 +- Bootstrap for Python 3.10 * Tue Apr 15 2021 Rob Crittenden - 0.8-6.1 - Switch from tox to pytest as the test runner. tox is being deprecated