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 5555
5656 # A conditional extra will only install these items when the extra is
5757 # 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" ],
6060
6161 # Standard extras, will be installed when the extra is requested.
6262 "genshi" : ["genshi" ],
6767 # extra that will be installed whenever the condition matches and the
6868 # all extra is requested.
6969 "all" : ["genshi" , "chardet>=2.2" ],
70- "all:python_implementation == 'CPython'" : ["datrie" , "lxml" ],
70+ "all:platform_python_implementation == 'CPython'" : ["datrie" , "lxml" ],
7171 },
7272 )
You can’t perform that action at this time.
0 commit comments