mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/py-hmmlearn: Unbreak poudriere build
pep517 -> distutils Ports builds work and poudriere build worked recently, so this may be a temporary fix to work around pep517 issues
This commit is contained in:
parent
cc32b0ba20
commit
a7c9cc2b09
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
|||
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.16:science/py-scikit-learn@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517 pytest
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
post-stage:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hmmlearn/_hmmc.cpython-${PYTHON_SUFFIX}.so
|
||||
|
|
Loading…
Add table
Reference in a new issue