net/py-stomp.py: Put TEST after RUN depends

My previous commit (8da076c54ef27d9f60202d791d20c94b56400187) should
have also referenced this PR.
PR:		266139
This commit is contained in:
Dan Langille 2022-10-11 19:27:07 +00:00
parent 2fb8b71e27
commit aaf4428824

View File

@ -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