File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ outputs:
3636 script : build-pybind11-global.bat # [win]
3737 requirements :
3838 build :
39- - python # [build_platform != target_platform]
40- - cross-python_{{ target_platform }} # [build_platform != target_platform]
4139 - cmake
4240 - make # [unix]
4341 - {{ compiler('cxx') }}
@@ -58,8 +56,6 @@ outputs:
5856 script : build-pybind11.bat # [win]
5957 requirements :
6058 build :
61- - python # [build_platform != target_platform]
62- - cross-python_{{ target_platform }} # [build_platform != target_platform]
6359 - cmake
6460 - make # [unix]
6561 - {{ compiler('cxx') }}
9086 license_file : LICENSE
9187 summary : Seamless operability between C++11 and Python
9288 doc_url : https://pybind11.readthedocs.io/
89+ dev_url : https://github.com/pybind/pybind11/
9390
9491extra :
9592 recipe-maintainers :
You can’t perform that action at this time.
0 commit comments