You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/05/28 18:01:06 UTC

[14/50] git commit: Remove old matplotlib dependencies

Remove old matplotlib dependencies

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/df1fe082
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/df1fe082
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/df1fe082

Branch: refs/heads/cj/5913
Commit: df1fe082a7c5d6b9ad88bc22a77f35c2e50319b7
Parents: 760cf5e
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Thu May 23 12:08:33 2013 -0400
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu May 23 12:08:33 2013 -0400

----------------------------------------------------------------------
 vagrant/manifests/ubuntu-1204-server-amd64.pp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/df1fe082/vagrant/manifests/ubuntu-1204-server-amd64.pp
----------------------------------------------------------------------
diff --git a/vagrant/manifests/ubuntu-1204-server-amd64.pp b/vagrant/manifests/ubuntu-1204-server-amd64.pp
index e90d374..950f2af 100644
--- a/vagrant/manifests/ubuntu-1204-server-amd64.pp
+++ b/vagrant/manifests/ubuntu-1204-server-amd64.pp
@@ -38,9 +38,7 @@ $packages = [
  "libsasl2-dev",
  "libjpeg8-dev",
  "zlib1g-dev",
- "python-pip",
- "libfreetype6-dev",
- "libpng-dev"
+ "python-pip"
 ]
 
 package { $packages: