From 0aa35a0edba4cce619d35c9964e975eadb79f9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Tue, 22 Feb 2022 08:48:54 +0100 Subject: [PATCH] Remove python version 2 pkgs from bindep Follow up to change: Iee5ac3a778f8106b7f2e96cd9294e2da28fe4def Since Python version 2 is not supported we can remove these. Change-Id: I79a4b189a7fb220a97d83601002339ebfae45104 --- bindep.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 0f20f916..cd20d511 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,8 +1,6 @@ # these are needed to compile Python dependencies from sources -python-dev [platform:dpkg test] python3-all-dev [platform:dpkg test] -python-devel [(platform:rpm platform:base-py2 test)] -python3-devel [(platform:rpm platform:base-py3 test)] +python3-devel [(platform:rpm test)] build-essential [platform:dpkg test] libffi-dev [platform:dpkg test] libffi-devel [platform:rpm test]