summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorGiuseppe Lavagetto <glavagetto@wikimedia.org>2015-06-20 13:44:52 +0200
committerGiuseppe Lavagetto <lavagetto@gmail.com>2015-11-01 12:37:50 +0100
commitfe684098037ca09db0c8e3dfb989ee400fddbd24 (patch)
treeb5aff810e43910e7abc5b229235b0ae33e56aa51 /buildout.cfg
parent9fccae1dffeb6f7d75bfbdfbbbc69d2fa8add78f (diff)
Add srv record-based DNS discovery.
We use the same keys used by confd (https://github.com/kelseyhightower/confd) to allow service discovery via DNS.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
index bd498e5..cba64c5 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -6,6 +6,7 @@ develop = .
eggs =
urllib3==1.7.1
pyOpenSSL==0.13.1
+ ${deps:extraeggs}
[python]
recipe = zc.recipe.egg
@@ -21,3 +22,12 @@ eggs = ${python:eggs}
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs-source
build = ${buildout:directory}/docs
+
+
+[deps:python2]
+extraeggs =
+ dnspython==1.12.0
+
+[deps:python3]
+extraeggs =
+ dnspython3==1.12.0