Fix RUN_DEPENDS
Reported by: pkg-fallout
This commit is contained in:
parent
72629cd9c1
commit
54197cff06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464046
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ COMMENT= Provides Django integration for RQ (Redis Queue)
|
|||
LICENSE= MIT
|
||||
|
||||
TEST_DEPENDS= redis-server:databases/redis
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django18@${FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:devel/py-rq@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Reference in a new issue