mirror of https://git.FreeBSD.org/ports.git
finance/py-finvizfinance: drop unused dependency
Remove incorrect/stale dependency on zope's DateTime. It's actually using stock datetime from Python standard library. DateTime module exports very different API, so can't be used there anyway. With hat: python
This commit is contained in:
parent
c46f669958
commit
6b4f0bb3cf
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= finvizfinance
|
||||
DISTVERSION= 0.14.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,7 +13,6 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}DateTime>0:devel/py-DateTime@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
||||
|
|
Loading…
Reference in New Issue