From: Martin Quinson Date: Tue, 25 Jun 2019 22:34:31 +0000 (+0200) Subject: setup.py: try to specify that we need pybind11 X-Git-Tag: v3.23.2~76 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bf0369b7c016a1b27d925dae347cab5d3f2d776b?ds=sidebyside setup.py: try to specify that we need pybind11 --- 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",