Skip to content

Commit 989d4b4

Browse files
committed
Remove broken plaftform selectors
1 parent 4205423 commit 989d4b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565

6666
# A conditional extra will only install these items when the extra is
6767
# requested and the condition matches.
68-
"datrie:python_implementation == 'CPython'": ["datrie"],
69-
"lxml:python_implementation == 'CPython'": ["lxml"],
68+
"datrie": ["datrie"],
69+
"lxml": ["lxml"],
7070

7171
# Standard extras, will be installed when the extra is requested.
7272
"genshi": ["genshi"],
@@ -76,7 +76,6 @@
7676
# the all extra is requested, and it extends it with a conditional
7777
# extra that will be installed whenever the condition matches and the
7878
# all extra is requested.
79-
"all": ["genshi", "charade"],
80-
"all:python_implementation == 'CPython'": ["datrie", "lxml"],
79+
"all": ["genshi", "charade", "datrie", "lxml"],
8180
},
8281
)

0 commit comments

Comments
 (0)