diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-10-11 19:27:07 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-10-11 19:27:55 +0000 |
commit | aaf4428824f073d6fe4b786ddb3d66643351919d (patch) | |
tree | 25f117c83a8f5cc1de1ba8402e7961f89a2322d1 /net/py-stomp.py | |
parent | net/py-stomp.py: Add missing RUN_DEPENDS (diff) |
net/py-stomp.py: Put TEST after RUN depends
My previous commit (8da076c54ef27d9f60202d791d20c94b56400187) should
have also referenced this PR.
PR: 266139
Diffstat (limited to 'net/py-stomp.py')
-rw-r--r-- | net/py-stomp.py/Makefile | 4 |
1 files 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 |