Fix python-dev reference in bindep
Python2 is a thing of the past, we need python3 now. This should get the
python3.8+ job running.
Change-Id: Iffb831e5ea55b2086f6e2d93ddccebd64871682f
diff --git a/bindep.txt b/bindep.txt
index efd3a10..98613b6 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -5,7 +5,7 @@
libffi-devel [platform:rpm]
gcc [platform:rpm]
gcc [platform:dpkg]
-python-dev [platform:dpkg]
+python3-dev [platform:dpkg]
python-devel [platform:rpm]
python3-dev [platform:dpkg]
python3-devel [platform:rpm]