From 5dac3aca16f49eccfc2c04911ea4e67be90a5710 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Wed, 2 Mar 2016 15:30:10 +0100 Subject: [PATCH] Fix python implementation marker for setuptools 2.20 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 034bafbc..34710414 100644 --- a/setup.py +++ b/setup.py @@ -65,8 +65,8 @@ # A conditional extra will only install these items when the extra is # requested and the condition matches. - "datrie:python_implementation == 'CPython'": ["datrie"], - "lxml:python_implementation == 'CPython'": ["lxml"], + "datrie:platform_python_implementation == 'CPython'": ["datrie"], + "lxml:platform_python_implementation == 'CPython'": ["lxml"], # Standard extras, will be installed when the extra is requested. "genshi": ["genshi"], @@ -77,6 +77,6 @@ # extra that will be installed whenever the condition matches and the # all extra is requested. "all": ["genshi", "charade"], - "all:python_implementation == 'CPython'": ["datrie", "lxml"], + "all:platform_python_implementation == 'CPython'": ["datrie", "lxml"], }, ) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy