From c60a3d53c953f03aab690e5aad16a7720c2f9bc9 Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Tue, 14 Jun 2016 19:06:03 +0200 Subject: [PATCH] Make statsd build on 16.04 --- statsd/recipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/statsd/recipe.rb b/statsd/recipe.rb index 9f5614f..4e5632e 100644 --- a/statsd/recipe.rb +++ b/statsd/recipe.rb @@ -10,8 +10,8 @@ class Statsd < FPM::Cookery::Recipe arch 'all' - build_depends 'nodejs' - depends 'nodejs (>= 0.10.22)' + build_depends 'nodejs', 'npm' + depends 'nodejs' post_install 'post-install' post_uninstall 'post-uninstall'