aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <Matt.Jolly@footclan.ninja>2023-05-12 19:04:33 +1000
committerMatt Jolly <Matt.Jolly@footclan.ninja>2023-05-12 19:19:14 +1000
commit42d5d23c08b29219a778f5879d7645de4c98ca6b (patch)
tree598e5d242b4fa07b3cd9734a1ab229be1c46b140 /net-libs
parentnet-libs/telepathy-haze: destabilize 0.8.1 for ~amd64, ~x86 (diff)
downloadguru-42d5d23c08b29219a778f5879d7645de4c98ca6b.tar.gz
guru-42d5d23c08b29219a778f5879d7645de4c98ca6b.tar.bz2
guru-42d5d23c08b29219a778f5879d7645de4c98ca6b.zip
net-libs/telepathy-haze: QA Fixes
- Add BDEPEND - has_version -> python_has_version Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
index 99c620bd9..6e80d232a 100644
--- a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
+++ b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
@@ -26,16 +26,20 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-libs/libxslt
dev-util/glib-utils
+"
+
+BDEPEND="
virtual/pkgconfig
test? (
dev-python/pygobject:3
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
)
"
+
RESTRICT="!test? ( test )"
python_check_deps() {
if use test ; then
- has_version "dev-python/twisted[${PYTHON_USEDEP}]"
+ python_has_version "dev-python/twisted[${PYTHON_USEDEP}]"
fi
}