Commit cb8eb266 by Ben Patterson

graphviz pkg should be same for both edxapp and jenkins-worker.

parent f2d23519
...@@ -778,7 +778,6 @@ edxapp_debian_pkgs: ...@@ -778,7 +778,6 @@ edxapp_debian_pkgs:
# (only needed if wheel files aren't available) # (only needed if wheel files aren't available)
- s3cmd - s3cmd
- pkg-config - pkg-config
- graphviz-dev
# for scipy, do not install # for scipy, do not install
# libopenblas-base, it will cause # libopenblas-base, it will cause
# problems for numpy # problems for numpy
......
...@@ -7,7 +7,7 @@ edxapp_common_role_name: edxapp_common ...@@ -7,7 +7,7 @@ edxapp_common_role_name: edxapp_common
edxapp_common_debian_pkgs: edxapp_common_debian_pkgs:
- build-essential - build-essential
- gfortran - gfortran
- graphviz - graphviz-dev
- liblapack-dev - liblapack-dev
- libmysqlclient-dev - libmysqlclient-dev
- libxml2-dev - libxml2-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment