Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a8ceb031
Commit
a8ceb031
authored
Jan 19, 2018
by
Mike Hibler
Browse files
Add python dateutil packages to both boss/ops ports.
parent
25d8e0b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/ports/emulab-boss/Makefile
View file @
a8ceb031
...
...
@@ -142,6 +142,7 @@ RUN_DEPENDS+= \
# python packages
RUN_DEPENDS
+=
\
${PYTHON_PKGNAMEPREFIX}
MySQLdb>0:
${PORTSDIR}
/databases/py-MySQLdb
\
${PYTHON_PKGNAMEPREFIX}
dateutil>0:
${PORTSDIR}
/devel/py-dateutil
\
${PYTHON_PKGNAMEPREFIX}
lxml>0:
${PORTSDIR}
/devel/py-lxml
# apache related ports
...
...
install/ports/emulab-ops/Makefile
View file @
a8ceb031
...
...
@@ -96,6 +96,7 @@ RUN_DEPENDS+= \
# python packages
RUN_DEPENDS
+=
\
${PYTHON_PKGNAMEPREFIX}
MySQLdb>0:
${PORTSDIR}
/databases/py-MySQLdb
\
${PYTHON_PKGNAMEPREFIX}
dateutil>0:
${PORTSDIR}
/devel/py-dateutil
\
${PYTHON_PKGNAMEPREFIX}
lxml>0:
${PORTSDIR}
/devel/py-lxml
# apache related ports
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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