Skip to content

Commit ea02b01

Browse files
committed
python::hatchling: only provide runtime dependencies
The python3::build class adds more python build dependencies. These should not be provided downstream.
1 parent d18e00c commit ea02b01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

recipes/python/hatchling.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ checkoutSCM:
99
digestSHA256: 0d8d66b687b8e765d19d2d0560f182457aa78cdbc45fef9430655ccaf1cd34b1
1010
stripComponents: 1
1111

12-
depends:
12+
depends: &deps
1313
- python::pathspec
1414
- python::pluggy
1515
- python::trove-classifiers
@@ -20,4 +20,5 @@ buildScript: |
2020
packageScript: |
2121
python3PackageTgt
2222
23-
provideDeps: ['python::*']
23+
# Beware: the python3::build class adds build time dependencies!
24+
provideDeps: *deps

0 commit comments

Comments
 (0)