summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-01-07 16:24:19 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-01-07 16:24:19 +0000
commit6ea68b332f77e55c6952748eeb406c8d0466d381 (patch)
tree0ff6ecf10ad7b4bfae5bcca786cc6a40b65089de
parentemulators/{citra,yuzu}: integrate cubeb patch to simplify updates (diff)
net-mgmt/netbox: Relax RUN_DEPENDS
* The 2020Q1 branch has 0.24.0 of www/py-dj22-django-taggit thus relax its version requirement of the RUN_DEPENDS to avoid a build failure there. Although net-mgmt/netbox requires the 1.1.0 release of www/py-dj22-django-taggit (pinned with "==" by upstream), it runs fine with either 0.24.0 (in 2020Q1) or 1.2.0 (since r521999). MFH: 2020Q1 (build fix blanket)
-rw-r--r--net-mgmt/netbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index ba4fd0643ce6..bf899c713a1b 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2<2.3:www/py-django22@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}dj22-django-prometheus>=1.0.15:www/py-dj22-django-prometheus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-django-rq>=2.1.0:devel/py-dj22-django-rq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-django-tables2>=2.0.6:www/py-dj22-django-tables2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=1.1.0:www/py-dj22-django-taggit@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0:www/py-dj22-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-django-taggit-serializer>=0.1.7:www/py-dj22-django-taggit-serializer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-django-timezone-field>=3.0:www/py-dj22-django-timezone-field@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.4:www/py-dj22-djangorestframework@${PY_FLAVOR} \