Fix depends so that net/py-paho-mqtt actually gets installed.
PR: 234697 Reported by: tobik[B MFH: 2019Q1 (missing dependency)
This commit is contained in:
parent
67192d42f1
commit
818e370011
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489602
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= mqttwarn
|
||||
DISTVERSION= 0.10.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -11,8 +12,8 @@ COMMENT= Subscribe to MQTT topics and notify pluggable services
|
||||
LICENSE= EPL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>=0:net/py-paho-mqtt@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}supervisor>=0:sysutils/py-supervisor@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>=0:net/py-paho-mqtt@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}supervisor>=0:sysutils/py-supervisor@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7 shebangfix
|
||||
USE_PYTHON= flavors
|
||||
|
Loading…
Reference in New Issue
Block a user