|
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 | )
|