From 96e801fcd4b5d8f83628a8b44b3e7a357d7f410d Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Fri, 25 May 2018 13:20:39 +1000
Subject: [PATCH] Don't install zypper on bionic

zypper isn't avaialble on bionic, so avoid it in bindep

Change-Id: Ic781ba1fa0e4ed3f895abcf1a8e881e5168a7605
---
 bindep.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindep.txt b/bindep.txt
index 203c3b500..257bb5e1e 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -2,5 +2,5 @@
 # see https://docs.openstack.org/infra/bindep/ for additional information.
 squashfs-tools [!platform:suse]
 squashfs [platform:suse]
-zypper [!platform:redhat !platform:ubuntu-trusty]
+zypper [!platform:redhat !platform:ubuntu-trusty !platform:ubuntu-bionic]
 gnupg2 [!platform:redhat !platform:ubuntu-trusty !platform:suse]