git: c04c02d649f7 - main - devel/py-pytest-alembic: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 27 Nov 2024 02:40:55 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c04c02d649f765b4bab0a04cfdf42f9601f58049

commit c04c02d649f765b4bab0a04cfdf42f9601f58049
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-27 02:34:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-27 02:34:14 +0000

    devel/py-pytest-alembic: Add NO_ARCH
---
 devel/py-pytest-alembic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-pytest-alembic/Makefile b/devel/py-pytest-alembic/Makefile
index dd67144812eb..39c9bd0101e2 100644
--- a/devel/py-pytest-alembic/Makefile
+++ b/devel/py-pytest-alembic/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}alembic>=0:databases/py-alembic@${PY_FLAVOR}
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
-#NO_ARCH=	yes
+NO_ARCH=	yes
 
 OPTIONS_RADIO_SQL=	ALCHEMY14 ALCHEMY20
 OPTIONS_DEFAULT=ALCHEMY14