diff --git a/bin/dunepackaging.py b/bin/dunepackaging.py
index cf28808b00ac2343709ec4585e8600a7f4cee345..51f9c37099678891c8115acdca3ee707307dad76 100755
--- a/bin/dunepackaging.py
+++ b/bin/dunepackaging.py
@@ -92,7 +92,7 @@ def main(argv):
     # Generate pyproject.toml
     print("Generate pyproject.toml")
     f = open("pyproject.toml", "w")
-    requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "requests"]
+    requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "requests", "portalocker", "numpy"]
     requires += data.asPythonRequirementString(data.depends + data.python_requires)
     f.write("[build-system]\n")
     f.write("requires = "+requires.__str__()+"\n")
diff --git a/dune.module b/dune.module
index 9e2aaa950f2a3e290adf56711120f42a4fa9ea31..d1e8050d44cff0c0b169497581391a41f202e396 100644
--- a/dune.module
+++ b/dune.module
@@ -4,5 +4,5 @@ Author: The Dune Core developers
 Maintainer: dune-devel@lists.dune-project.org
 Description: Basis infrastructure for all Dune modules
 URL: https://gitlab.dune-project.org/core/dune-common
-Python-Requires: portalocker numpy wheel
+Python-Requires: portalocker numpy wheel mpi4py
 Whitespace-Hook: Yes