diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-10 07:12:05 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-10 07:16:11 +0800 |
commit | 432ad9fe80c1316727cc9af7a942ef6ada293328 (patch) | |
tree | 6e2aa0bd6b33f06430f3fbbbac91c957d2fd0abf | |
parent | net/py-pyshark: Update to 0.4.6 (diff) |
security/py-pysaml2: Remove blank line
-rw-r--r-- | security/py-pysaml2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile index 71e221bf330c..3039b4902512 100644 --- a/security/py-pysaml2/Makefile +++ b/security/py-pysaml2/Makefile @@ -44,5 +44,4 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-r do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v - .include <bsd.port.post.mk> |