From 958c61eb1e76f1dde076afe66610a2cb5e8d219b Mon Sep 17 00:00:00 2001
From: Mehdi Abaakouk <sileht@sileht.net>
Date: Thu, 26 Jul 2018 07:41:02 +0200
Subject: [PATCH] Add python 3.7 gating

Depends-On: I248c7ff3e306fa1086920c24baa73312e5e31b91
Change-Id: Ie84638523fa7c43f4dce3992f60469dc4b069389
---
 .zuul.yaml |  2 ++
 bindep.txt | 11 +++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.zuul.yaml b/.zuul.yaml
index 1493de4cd..1c9f72421 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -4,11 +4,13 @@
         - aodh-dsvm-tempest-plugin-mysql
         - aodh-dsvm-tempest-plugin-postgresql
         - telemetry-dsvm-integration
+        - telemetry-tox-py37
     gate:
       jobs:
         - aodh-dsvm-tempest-plugin-mysql
         - aodh-dsvm-tempest-plugin-postgresql
         - telemetry-dsvm-integration
+        - telemetry-tox-py37
     experimental:
       jobs:
         # TripleO jobs that deploy Telemetry.
diff --git a/bindep.txt b/bindep.txt
index 70f6bbe5a..d571ba380 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -1,5 +1,12 @@
+postgresql
+postgresql-client [platform:dpkg]
 libpq-dev [platform:dpkg]
-postgresql [platform:dpkg]
+postgresql-devel [platform:rpm]
+postgresql-server [platform:rpm]
+
+mysql-server
 mysql-client [platform:dpkg]
-mysql-server [platform:dpkg]
+mysql [platform:rpm]
+
 gettext [platform:dpkg]
+python37 [platform:rpm py37]