summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f84636d250c..432922d3273 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ RPM_DEPENDS += boost boost-devel
RPM_DEPENDS += selinux-policy selinux-policy-devel
RPM_DEPENDS += ninja-build
RPM_DEPENDS += libuuid-devel
+RPM_DEPENDS += mbedtls-devel
ifeq ($(OS_ID),fedora)
RPM_DEPENDS += dnf-utils
@@ -93,7 +94,6 @@ ifeq ($(OS_ID),fedora)
RPM_DEPENDS += compat-openssl10-devel
RPM_DEPENDS += python2-devel python34-ply
RPM_DEPENDS += python2-virtualenv
- RPM_DEPENDS += mbedtls-devel
RPM_DEPENDS += cmake
RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
else