From a1733ffc11ab8be6ff5d4c5d2cff2402dac1b641 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 16 Jun 2017 15:29:02 -0700 Subject: [PATCH] Add redhat-rpm-config to rpm build deps This is needed on Fedora systems to build python packages with gcc, but for some reason is not listed as a python-devel dep. Change-Id: Ia7479154867902b816603dc2babf6b08b91ca919 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 5db144b27a..8dffd0f48f 100644 --- a/bindep.txt +++ b/bindep.txt @@ -15,3 +15,4 @@ libffi-devel [platform:rpm] python-dev [platform:dpkg] python-devel [platform:rpm] bubblewrap [platform:rpm] +redhat-rpm-config [platform:rpm]