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:
Po-Chuan Hsieh 2023-09-29 22:31:57 +08:00
parent 54995a3b10
commit 8c1d5a691c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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}