From 8a52174bc19a5d69e6cfee974b42acfee7204c04 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 24 Oct 2015 13:11:13 +0200 Subject: [PATCH 3/3] don't hack distutils with C/LDFLAGS Signed-off-by: Igor Gnatenko --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index b4c687b..07282e0 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,6 @@ def main(): from setuptools import find_packages from aksetup_helper import (hack_distutils, get_config, setup) - hack_distutils() conf = get_config(get_config_schema(), warn_about_no_config=False) -- 2.15.1