Skip to content

Commit

Permalink
math/py-clingo: Add missing dependeency py-cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Mar 31, 2023
1 parent 5cd76ee commit 40c6755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/py-clingo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= clingo
DISTVERSION= 5.6.2
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= cmake:devel/cmake-core \
${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}

USES= compiler:c++14-lang python:3.6+
USE_PYTHON= distutils autoplist unittest
Expand Down

0 comments on commit 40c6755

Please sign in to comment.