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:
Kai Knoblich 2025-01-27 06:17:59 +01:00
parent 2169c4b313
commit c7fcdb5228

View file

@ -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