summaryrefslogtreecommitdiff
path: root/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-15 16:00:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-15 16:00:50 +0100
commit2e4d96d87e04d8b2164f764dee727cd9057cf88d (patch)
treef4c931f649af0ae5c5bda4badece9550b631b3ac /net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
parent24968da221fcb0848cdb4dc82a8d39b7f2ee7861 (diff)
gentoo auto-resync : 15:10:2023 - 16:00:49
Diffstat (limited to 'net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild')
-rw-r--r--net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
index e9e50c53427b..63188c99824f 100644
--- a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
+++ b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.12.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-any-r1 toolchain-funcs
@@ -27,11 +27,15 @@ IUSE="doc examples +high-performance +ssl test"
# Building samples needs ssl: #912262
REQUIRED_USE="examples? ( ssl )"
+# Tests require net-redirections to be enabled in bash. See bug #915718
BDEPEND="
doc? ( app-doc/doxygen
media-gfx/graphviz )
ssl? ( dev-libs/openssl )
- test? ( dev-lang/python )
+ test? (
+ dev-lang/python
+ app-shells/bash[net]
+ )
"
# Tests can be run only if a MQTT broker is available