Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2022 19:28:53 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aaf4428824f0 - main - net/py-stomp.py: Put TEST after RUN depends
Message-ID:  <202210111928.29BJSrTB012253@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl:

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

commit aaf4428824f073d6fe4b786ddb3d66643351919d
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-10-11 19:27:07 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-10-11 19:27:55 +0000

    net/py-stomp.py: Put TEST after RUN depends
    
    My previous commit (8da076c54ef27d9f60202d791d20c94b56400187) should
    have also referenced this PR.
    PR:             266139
---
 net/py-stomp.py/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/py-stomp.py/Makefile b/net/py-stomp.py/Makefile
index 39e6f7a90955..d80ffe38fcfe 100644
--- a/net/py-stomp.py/Makefile
+++ b/net/py-stomp.py/Makefile
@@ -12,10 +12,10 @@ WWW=		https://github.com/jasonrbriggs/stomp.py
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${PY_FLAVOR}
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:devel/py-docopt@${PY_FLAVOR}
 
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${PY_FLAVOR}
+
 USES=		python:3.6+
 
 OPTIONS_DEFINE=		DOXYGEN



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210111928.29BJSrTB012253>