From e8c3b61f80576c9e1b830462a04ed6ee29030cca Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Tue, 13 Aug 2024 09:37:09 +0100 Subject: [PATCH] Do not build "tz" subpackage Resolves: RHEL-52862 Signed-off-by: Sergio Correia --- python-alembic.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python-alembic.spec b/python-alembic.spec index da51524..6ccc8c0 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -41,9 +41,6 @@ Summary: %summary %description -n python3-alembic %_description -%pyproject_extras_subpkg -n python3-alembic tz - - %prep %autosetup -p1 -n alembic-%{version} # HTML documentation has bundled and pre-compiled/pre-minified JavaScript; see @@ -56,7 +53,7 @@ sed -i '/"error", category=DeprecationWarning/d' alembic/testing/warnings.py %generate_buildrequires -%pyproject_buildrequires -x tz +%pyproject_buildrequires %build