This requires devel/py-typing now.

fixes devel/py-wbem breakage reported by naddy@
discussed with rpe@
This commit is contained in:
ajacoutot 2016-08-23 12:58:28 +00:00
parent abe6697819
commit f29839cbec

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2016/08/21 15:18:14 rpe Exp $
# $OpenBSD: Makefile,v 1.12 2016/08/23 12:58:28 ajacoutot Exp $
COMMENT = crypto and ssl toolkit for python
MODPY_EGG_VERSION = 0.25.1
DISTNAME = M2Crypto-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = security
@ -24,4 +25,6 @@ MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS = devel/swig
RUN_DEPENDS = devel/py-typing
.include <bsd.port.mk>