From bf0369b7c016a1b27d925dae347cab5d3f2d776b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 26 Jun 2019 00:34:31 +0200 Subject: [PATCH] setup.py: try to specify that we need pybind11 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2027fe6036..ef23a75d64 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,8 @@ setup( "or even assess legacy MPI applications."), ext_modules=[CMakeExtension('simgrid')], cmdclass=dict(build_ext=CMakeBuild), + install_requires=['pybind11>=2.3'], + setup_requires=['pybind11>=2.3'], zip_safe=False, classifiers=[ "Development Status :: 4 - Beta", -- 2.20.1