Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Added new package requirement for psycopg2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew authored and d0ugal committed Dec 5, 2011
1 parent f8a0402 commit 6a1e376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/postgres/recipes/default.rb
@@ -1,6 +1,6 @@
# We give away straight off that while this is a postgres recipe, its a
# postgres recipe for Python.
%w{postgresql python-psycopg2}.each do |pkg|
%w{libpq-dev postgresql python-psycopg2}.each do |pkg|
package pkg do
action :install
end
Expand Down Expand Up @@ -111,4 +111,4 @@

end

end
end

0 comments on commit 6a1e376

Please sign in to comment.