From 499a6f3df216f0ecc4d0e7212b7f92176bd07bd3 Mon Sep 17 00:00:00 2001 From: Nicholas Wright Date: Tue, 26 Jan 2016 21:06:11 +0100 Subject: [PATCH] Added missing dependency for Fedora When building cffi after installing the given dependencies on Fedora 23, the build fails with gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f09d623..60b520c 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ This should get you started on Fedora: :: - yum install python3-pip python3-devel libffi-devel gcc git + yum install python3-pip python3-devel libffi-devel gcc git redhat-rpm-config Installation ============