mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
databases/py-aioredis: Add missing dependencies
This commit is contained in:
parent
e07fae55fe
commit
bf50ed1ab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474065
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= aioredis
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,7 +14,13 @@ COMMENT= Python asyncio based Redis client library
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libhiredis.so:databases/hiredis
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR}
|
||||
|
||||
OPTIONS_DEFINE= HIREDIS
|
||||
|
||||
HIREDIS_DESC= High performance response parser (via hiredis)
|
||||
|
||||
HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:databases/py-hiredis@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
Loading…
Reference in New Issue
Block a user