diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-28 14:12:51 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-28 14:12:51 +0000 |
commit | 5eded006ee5c17cbde9cfce4f83980d42d21d7d5 (patch) | |
tree | 4d92b6a623cc6a42bc9b4f1f1a4bc6e9ce1a453d | |
parent | ec146756a8a41040668a3a748aba17abd0a40068 (diff) |
devel/py-pytweening: Fix build
- Add missing dependencies
Reported by: pkg-fallout
-rw-r--r-- | devel/py-pytweening/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-pytweening/Makefile b/devel/py-pytweening/Makefile index fa021813e48e..fddaffad07ac 100644 --- a/devel/py-pytweening/Makefile +++ b/devel/py-pytweening/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytweening DISTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,9 @@ WWW= https://github.com/asweigart/pytweening LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= dos2unix python:3.6+ USE_PYTHON= autoplist pep517 |