forked from Lainports/freebsd-ports
www/py-django-mptt: Adjust supported Python versions
* Since 2169c4b313 the dependency www/py-django-js-asset requires
at least Python version 3.10 or newer and packages of this port for
older Python versions can no longer be build, thus set USE_PYTHON
accordingly.
This commit is contained in:
parent
2169c4b313
commit
c7fcdb5228
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.9+
|
||||
USES= python:3.10+ # www/py-django-js-asset requires Python 3.10+
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue