finance/py-ccxt: Remove duplicate py-cryptography from RUN_DEPENDS
USE_PYTHON=cryptography adds py-cryptography to RUN_DEPENDS already. With hat: python
This commit is contained in:
parent
54995a3b10
commit
8c1d5a691c
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2018.1.18:security/py-certifi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cryptography>=2.6.1:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8:www/py-aiohttp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yarl>=1.7.2:www/py-yarl@${PY_FLAVOR}
|
||||
|
|
Loading…
Reference in a new issue