Skip to content

Commit 8a7bdef

Browse files
committed
do initial update
1 parent 0ca2b08 commit 8a7bdef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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') }}
@@ -90,6 +86,7 @@ about:
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

9491
extra:
9592
recipe-maintainers:

0 commit comments

Comments
 (0)