Skip to content

Commit

Permalink
Disclaimer added on apparently useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne LAFARGE committed Jul 16, 2015
1 parent 8541162 commit cfc9570
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/software/google-apputils.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#
# NOTICE : google-apputils has been added as a snakebite dependency. It may look
# useless in the first place since supervisor is installed using pip/setup.py
# which are supposed to install dependencies as well but there is a certificate
# issue on OSX when using setup.py. Therefore we have to make sure our
# dependency is installed before supervisor gets setup.
#
name "google-apputils"
default_version "0.4.2"

Expand Down
7 changes: 7 additions & 0 deletions config/software/meld3.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#
# NOTICE : meld3 has been added as a supervisor dependency. It may look useless
# in the first place since supervisor is installed using pip/setup.py which are
# supposed to install dependencies as well but there is a certificate issue on
# OSX when using setup.py. Therefore we have to make sure our dependency is
# installed before supervisor gets setup.
#
name "meld3"
default_version "0.6.7"

Expand Down

0 comments on commit cfc9570

Please sign in to comment.