Skip to content

Commit

Permalink
Merge pull request #30 from DataDog/yann/update-pymongo
Browse files Browse the repository at this point in the history
[deps] `pymongo==2.8`→`pymongo==3.2`
  • Loading branch information
yannmh committed Dec 21, 2015
2 parents 2fd0cfd + 884213c commit 7f7effb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/software/pymongo.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name "pymongo"
default_version "2.8"
default_version "3.2"

dependency "python"
dependency "pip"

build do
ship_license "Apachev2"
command "#{install_dir}/embedded/bin/pip install -I --install-option=\"--install-scripts=#{install_dir}/bin\" #{name}==#{version}"
end
end

0 comments on commit 7f7effb

Please sign in to comment.