From 55f6615609fad70f2981ba037009d750e4d3f8cb Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Sat, 18 Mar 2023 17:23:35 -0400 Subject: [PATCH] fix lint --- recipes/cocotb/meta.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/cocotb/meta.yaml b/recipes/cocotb/meta.yaml index 7814a96c07a97..6279c5fa9f5c0 100644 --- a/recipes/cocotb/meta.yaml +++ b/recipes/cocotb/meta.yaml @@ -10,13 +10,11 @@ source: sha256: 959892eb94bd0b3ff40e0fca51d33a3936416deb853e2bac4f7f766b40002650 build: - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . -vvv --no-build-isolation number: 0 skip: true # [win] entry_points: - cocotb-config = cocotb.config:main - run_exports: - - {{ pin_subpackage('cocotb', max_pin='x') }} requirements: build: @@ -25,6 +23,7 @@ requirements: host: - python - pip + - setuptools run: - python - find-libpython @@ -58,4 +57,4 @@ about: extra: recipe-maintainers: - tianrui-wei - - timkpaine \ No newline at end of file + - timkpaine