git: 55b5c35555af - main - devel/py-bidict: Remove superfluous BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 11 Jan 2022 19:04:46 UTC
The branch main has been updated by sunpoet:

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

commit 55b5c35555af13e975bd81bec84a6fe4941dc382
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:37:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:47:25 +0000

    devel/py-bidict: Remove superfluous BUILD_DEPENDS
    
    - Add NO_ARCH
    
    from CHANGELOG.rst:
    0.17.3 (2018-09-18)
    - Drop pytest-runner and support for running tests via ``python setup.py test``
      in preference to ``pytest`` or ``python -m pytest``.
    
    Approved by:    portmgr (blanket)
---
 devel/py-bidict/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/py-bidict/Makefile b/devel/py-bidict/Makefile
index 7e940163ff7b..eeb154ef519d 100644
--- a/devel/py-bidict/Makefile
+++ b/devel/py-bidict/Makefile
@@ -10,10 +10,11 @@ COMMENT=	Bidirectional map implementation and related functionality
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>