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:
parent
2fb8b71e27
commit
aaf4428824
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue