diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-04-11 14:53:39 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-04-11 14:53:39 +0000 |
commit | 814fec4a984a4fec29759f7e05cc929a8e58744b (patch) | |
tree | 6cc2a86f8817272883acbed45617c2e574467341 /sysutils/py-docker | |
parent | 5df2de918b96b6bf95ee8faaababdcfbc673d50a (diff) | |
download | ports-814fec4a984a4fec29759f7e05cc929a8e58744b.tar.gz ports-814fec4a984a4fec29759f7e05cc929a8e58744b.zip |
Notes
Diffstat (limited to 'sysutils/py-docker')
-rw-r--r-- | sysutils/py-docker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/py-docker/Makefile b/sysutils/py-docker/Makefile index 19cf0490c013..1031872fb660 100644 --- a/sysutils/py-docker/Makefile +++ b/sysutils/py-docker/Makefile @@ -12,6 +12,7 @@ COMMENT= Python library for the Docker Engine API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client \ |