From 142e91ec7d33a10f19fd3d9d05705683cd6d1366 Mon Sep 17 00:00:00 2001 From: solene Date: Tue, 21 Sep 2021 16:34:24 +0000 Subject: [PATCH] Add missing run dependency devel/py-six ok kirby@ (maintainer) --- comms/wammu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/wammu/Makefile b/comms/wammu/Makefile index 63dc86e38ff..ad417ed1140 100644 --- a/comms/wammu/Makefile +++ b/comms/wammu/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2021/05/21 19:50:22 kmos Exp $ +# $OpenBSD: Makefile,v 1.13 2021/09/21 16:34:24 solene Exp $ COMMENT = Gnu All Mobile Management Utilities GUI MODPY_EGG_VERSION = 0.44 DISTNAME = wammu-${MODPY_EGG_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = comms x11 @@ -23,6 +23,7 @@ MODPY_SETUPTOOLS = Yes RUN_DEPENDS = comms/py-gammu \ devel/desktop-file-utils \ + devel/py-six${MODPY_FLAVOR} \ x11/py-wxPython NO_TEST = Yes