From 637a251b799fda971f073a3ea11be7070638a9ff Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Sun, 10 Mar 2019 14:57:43 +0100 Subject: [PATCH] Fixing issue #127 by avoiding bashlex 0.13 in 'install_requires' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfe640585..b5e5455ae 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='cibuildwheel', version='0.10.1', - install_requires=['bashlex'], + install_requires=['bashlex!=0.13'], description="Build Python wheels on CI with minimal configuration.", long_description='For readme please see http://github.com/joerick/cibuildwheel', author="Joe Rickerby",