Skip to content

Commit

Permalink
finance/py-bt: Add missing cython dependency
Browse files Browse the repository at this point in the history
One dependency port was providing cython as a run-time dependency by mistake,
until this was recently fixed and exposed this build failure.

Reported by:	fallout
  • Loading branch information
yurivict committed Jan 20, 2024
1 parent 93c97c2 commit acac165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finance/py-bt/Makefile
Expand Up @@ -13,13 +13,13 @@ WWW= http://pmorissette.github.io/bt/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ffn>=0.3.5:finance/py-ffn@${PY_FLAVOR} \
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ffn>=1.0.0:finance/py-ffn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyprind>=2.11:misc/py-pyprind@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}

USES= python
USE_PYTHON= distutils autoplist pytest # tests require nose which is currently broken
USE_PYTHON= distutils cython autoplist pytest # tests require nose which is currently broken

USE_GITHUB= yes
GH_ACCOUNT= pmorissette
Expand Down

0 comments on commit acac165

Please sign in to comment.