From aaf4428824f073d6fe4b786ddb3d66643351919d Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 11 Oct 2022 19:27:07 +0000 Subject: [PATCH] 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