svn commit: r501279 - head/devel/py-aiorpcX

Emanuel Haupt ehaupt at FreeBSD.org
Sat May 11 18:20:35 UTC 2019


Author: ehaupt
Date: Sat May 11 18:20:34 2019
New Revision: 501279
URL: https://svnweb.freebsd.org/changeset/ports/501279

Log:
  Register dependency to py-websockets.

Modified:
  head/devel/py-aiorpcX/Makefile

Modified: head/devel/py-aiorpcX/Makefile
==============================================================================
--- head/devel/py-aiorpcX/Makefile	Sat May 11 18:19:39 2019	(r501278)
+++ head/devel/py-aiorpcX/Makefile	Sat May 11 18:20:34 2019	(r501279)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aiorpcX
 PORTVERSION=	0.18.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT=	Generic async RPC implementation, including J
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list