File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
67
67
# A conditional extra will only install these items when the extra is
68
68
# requested and the condition matches.
69
- "datrie:python_implementation == 'CPython'" : ["datrie" ],
70
- "lxml:python_implementation == 'CPython'" : ["lxml" ],
69
+ "datrie:platform_python_implementation == 'CPython'" : ["datrie" ],
70
+ "lxml:platform_python_implementation == 'CPython'" : ["lxml" ],
71
71
72
72
# Standard extras, will be installed when the extra is requested.
73
73
"genshi" : ["genshi" ],
78
78
# extra that will be installed whenever the condition matches and the
79
79
# all extra is requested.
80
80
"all" : ["genshi" , "charade" ],
81
- "all:python_implementation == 'CPython'" : ["datrie" , "lxml" ],
81
+ "all:platform_python_implementation == 'CPython'" : ["datrie" , "lxml" ],
82
82
},
83
83
)
You can’t perform that action at this time.
0 commit comments