Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
9c1c324f
Commit
9c1c324f
authored
Mar 30, 2021
by
sunpoet
Browse files
Fix version requirement of RUN_DEPENDS
parent
1a5bbbbc
Changes
1
Show whitespace changes
Inline
Side-by-side
devel/py-prance/Makefile
View file @
9c1c324f
...
...
@@ -37,7 +37,7 @@ SSV_DESC= Use py-swagger-spec-validator as backend
CLI_RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
click>
=
7.0<8:devel/py-click@
${PY_FLAVOR}
FLEX_RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
flex>
=
6.13<7:devel/py-flex@
${PY_FLAVOR}
ICU_RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
pyicu>
=
2.4<3:devel/py-pyicu@
${PY_FLAVOR}
OSV_RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
openapi-spec-validator>
=
0.2.1
<0.3
:devel/py-openapi-spec-validator@
${PY_FLAVOR}
OSV_RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
openapi-spec-validator>
=
0.2.1:devel/py-openapi-spec-validator@
${PY_FLAVOR}
SSV_RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
swagger-spec-validator>
=
2.4<3:devel/py-swagger-spec-validator@
${PY_FLAVOR}
.
include
<bsd.port.mk>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment