From 6c868f53aba2f6deb9409e327b83aa8d1ea361cb Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 19 Sep 2018 10:31:25 -0400 Subject: [PATCH 1/3] Pin pycparser to known working version --- python/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/requirements.txt b/python/requirements.txt index f580cfb8cce..7e035a3d5bf 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -9,6 +9,9 @@ mozlog == 3.6 setuptools == 18.5 toml == 0.9.2 +# For pycparser 2.19 release bustage +pycparser == 2.18 + # For Python linting flake8 == 2.4.1 pep8 == 1.5.7 From 289e34cbc077e071357e95d54277a91a7b73478e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 19 Sep 2018 11:59:23 -0400 Subject: [PATCH 2/3] Try more specific pinning. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 7e035a3d5bf..59ecee414e8 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -10,7 +10,7 @@ setuptools == 18.5 toml == 0.9.2 # For pycparser 2.19 release bustage -pycparser == 2.18 +pycparser != 2.19 # For Python linting flake8 == 2.4.1 From 3d89713a7be64e94b6c05511d4f2bbcd54d3bcab Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 19 Sep 2018 12:26:01 -0400 Subject: [PATCH 3/3] Upgrade setuptools to a more recent version. --- python/requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 59ecee414e8..433b2194701 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -6,12 +6,9 @@ mach == 0.6.0 mozdebug == 0.1 mozinfo == 0.8 mozlog == 3.6 -setuptools == 18.5 +setuptools == 39.0 toml == 0.9.2 -# For pycparser 2.19 release bustage -pycparser != 2.19 - # For Python linting flake8 == 2.4.1 pep8 == 1.5.7