From 111cb41e79cb7af79b9e3773777dca1c84abbd2b Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jun 20 2023 15:00:04 +0000 Subject: Use new (rpm 4.17.1+) bcond style --- diff --git a/python-databases.spec b/python-databases.spec index 04bd795..3af9504 100644 --- a/python-databases.spec +++ b/python-databases.spec @@ -1,9 +1,9 @@ # When bootstrapping, break circular dependency on starlette in the tests. -%bcond_with bootstrap +%bcond bootstrap 0 # MySQL tests require interacting with a temporary MySQL database. We are able # to do this, but leave a build conditional in case it breaks. -%bcond_without mysql_tests +%bcond mysql_tests 1 Name: python-databases Summary: Async database support for Python