|
65 | 65 |
|
66 | 66 | # A conditional extra will only install these items when the extra is
|
67 | 67 | # requested and the condition matches.
|
68 |
| -"datrie:platform_python_implementation == 'CPython'": ["datrie"], |
69 |
| -"lxml:platform_python_implementation == 'CPython'": ["lxml"], |
| 68 | +"datrie:platform.python_implementation == 'CPython'": ["datrie"], |
| 69 | +"lxml:platform.python_implementation == 'CPython'": ["lxml"], |
70 | 70 |
|
71 | 71 | # Standard extras, will be installed when the extra is requested.
|
72 | 72 | "genshi": ["genshi"],
|
|
77 | 77 | # extra that will be installed whenever the condition matches and the
|
78 | 78 | # all extra is requested.
|
79 | 79 | "all": ["genshi","charade"],
|
80 |
| -"all:platform_python_implementation == 'CPython'": ["datrie","lxml"], |
| 80 | +"all:platform.python_implementation == 'CPython'": ["datrie","lxml"], |
81 | 81 | },
|
82 | 82 | )
|