]> git.openstreetmap.org Git - chef.git/commitdiff
Update psycopg2 in OSQA environment
authorTom Hughes <tom@compton.nu>
Sat, 19 Jan 2019 16:06:05 +0000 (16:06 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 19 Jan 2019 16:06:05 +0000 (16:06 +0000)
cookbooks/osqa/recipes/default.rb

index f31aa11dd9496e7c2765425b858933959a233fad..dec8fada01683ff8f63dfb6090f6466fae3fd773 100644 (file)
@@ -62,7 +62,7 @@ end
 
 python_package "psycopg2" do
   python_virtualenv python_directory
-  version "2.4.5"
+  version "2.7.6.1"
 end
 
 python_package "South" do