diff options
Diffstat (limited to 'devel/py-jupyter_client/Makefile')
-rw-r--r-- | devel/py-jupyter_client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-jupyter_client/Makefile b/devel/py-jupyter_client/Makefile index 99e2cb7915ac..18e5ef5589a3 100644 --- a/devel/py-jupyter_client/Makefile +++ b/devel/py-jupyter_client/Makefile @@ -12,10 +12,10 @@ COMMENT= Jupyter protocol implementation and client libraries LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${FLAVOR} NO_ARCH= yes USES= python |