File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
56
56
# A conditional extra will only install these items when the extra is
57
57
# requested and the condition matches.
58
- "datrie:python_implementation == 'CPython'" : ["datrie" ],
59
- "lxml:python_implementation == 'CPython'" : ["lxml" ],
58
+ "datrie:platform_python_implementation == 'CPython'" : ["datrie" ],
59
+ "lxml:platform_python_implementation == 'CPython'" : ["lxml" ],
60
60
61
61
# Standard extras, will be installed when the extra is requested.
62
62
"genshi" : ["genshi" ],
67
67
# extra that will be installed whenever the condition matches and the
68
68
# all extra is requested.
69
69
"all" : ["genshi" , "chardet>=2.2" ],
70
- "all:python_implementation == 'CPython'" : ["datrie" , "lxml" ],
70
+ "all:platform_python_implementation == 'CPython'" : ["datrie" , "lxml" ],
71
71
},
72
72
)
You can’t perform that action at this time.
0 commit comments