From 40696b80b0dfc924296968802380db0660749398 Mon Sep 17 00:00:00 2001 From: Fawaz Dabbaghie Date: Mon, 4 Nov 2024 15:56:48 +0100 Subject: [PATCH] adding back the run_export that coderabbitair specifically suggested to remove -_- --- recipes/bubblegun/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/bubblegun/meta.yaml b/recipes/bubblegun/meta.yaml index 7dac14b682a67..71dbc03ae2627 100644 --- a/recipes/bubblegun/meta.yaml +++ b/recipes/bubblegun/meta.yaml @@ -14,7 +14,9 @@ build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv - + run_exports: + - {{ pin_compatible('BubbleGun', max_pin="x") }} + requirements: host: - python >=3.6