diff --git a/recipes/dooit-extras/recipe.yaml b/recipes/dooit-extras/recipe.yaml index 15e1102b95d9e..5c478360c1706 100644 --- a/recipes/dooit-extras/recipe.yaml +++ b/recipes/dooit-extras/recipe.yaml @@ -17,11 +17,11 @@ build: requirements: host: - - python ${{ python_min }} + - python - pip - poetry-core run: - - python >=${{ python_min }} + - python - dooit >=3.0.4,<4.0 tests: @@ -29,7 +29,6 @@ tests: imports: - dooit_extras pip_check: true - python_version: ${{ python_min }} about: homepage: https://github.com/dooit-org/dooit-extras