summaryrefslogtreecommitdiff
path: root/app-misc/mosquitto/mosquitto-2.0.18.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mosquitto/mosquitto-2.0.18.ebuild')
-rw-r--r--app-misc/mosquitto/mosquitto-2.0.18.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/mosquitto/mosquitto-2.0.18.ebuild b/app-misc/mosquitto/mosquitto-2.0.18.ebuild
index fdefe0ec14b1..82b318a897de 100644
--- a/app-misc/mosquitto/mosquitto-2.0.18.ebuild
+++ b/app-misc/mosquitto/mosquitto-2.0.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="bridge examples +persistence +srv ssl systemd tcpd test websockets"
+IUSE="+bridge examples +persistence +srv ssl systemd tcpd test websockets"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( bridge )"
@@ -21,12 +21,12 @@ REQUIRED_USE="test? ( bridge )"
RDEPEND="
acct-user/mosquitto
acct-group/mosquitto
- dev-libs/cJSON:=
+ dev-libs/cJSON
srv? ( net-dns/c-ares:= )
ssl? (
dev-libs/openssl:0=
)
- systemd? ( sys-apps/systemd )
+ systemd? ( sys-apps/systemd:= )
tcpd? ( sys-apps/tcp-wrappers )
websockets? ( net-libs/libwebsockets[lejp] )
"
@@ -35,7 +35,10 @@ DEPEND="
test? ( dev-util/cunit )
"
BDEPEND="
- test? ( ${PYTHON_DEPS} )
+ test? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/psutil[${PYTHON_USEDEP}]')
+ )
"
pkg_setup() {