diff --git a/LCU/Maintenance/MDB_tools/CMakeLists.txt b/LCU/Maintenance/MDB_tools/CMakeLists.txt
index 9de50a6d2062bcaba5b6da732585528f9a3b4d8a..b1aa8abe3dc71ecfa91b957e7a4d1bf953bbd60a 100644
--- a/LCU/Maintenance/MDB_tools/CMakeLists.txt
+++ b/LCU/Maintenance/MDB_tools/CMakeLists.txt
@@ -8,9 +8,9 @@ include(PythonInstall)
 include(FindPythonModule)
 
 #Required packages
-find_python_module(beautifultable)
-find_python_module(blessings)
-find_python_module(watchdog)
+find_python_module(beautifultable REQUIRED)
+find_python_module(blessings REQUIRED)
+find_python_module(inotify REQUIRED)
 
 set(_py_files
   cli/__init__.py