From b6558d6005b4170025c1c32b074eecf74d5bf200 Mon Sep 17 00:00:00 2001
From: Albin Vass <albin.vass@gmail.com>
Date: Sun, 17 May 2020 21:04:46 +0200
Subject: [PATCH] Add python3-devel to bindep

openstacksdk needs to build netifaces that requires Python.h.

Change-Id: Ia9ae89d4da063650c93325b53e290d5d790fd32e
---
 bindep.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bindep.txt b/bindep.txt
index 795bfb117..d4b7a27f3 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -1 +1,5 @@
 gcc [test]
+
+# Required for openstacksdk
+python3-devel [test platform:rpm]
+python3-dev [test platform:dpkg platform:apk]