From 98c11ed3b8a668a640b90ca4f2ccca23ba92de0b Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Wed, 5 Jul 2017 00:28:21 +0300 Subject: [PATCH] whitelist python/pycparser --- components/components.whitelist | 1 + components/python/pycparser/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/components.whitelist b/components/components.whitelist index ae8e52c93..58ba80982 100644 --- a/components/components.whitelist +++ b/components/components.whitelist @@ -49,6 +49,7 @@ python/jsonschema$ python/m2crypto$ python/mako$ python/ply$ +python/pycparser$ python/pycurl$ python/pyopenssl$ python/setuptools$ diff --git a/components/python/pycparser/Makefile b/components/python/pycparser/Makefile index 09d574cb7..8c9288ff6 100644 --- a/components/python/pycparser/Makefile +++ b/components/python/pycparser/Makefile @@ -37,7 +37,7 @@ COMPONENT_BUGDB= python-mod/pycparser TPNO= 28876 -PYTHON_VERSIONS= 2.7 3.4 +PYTHON_VERSIONS= 2.7 include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/setup.py.mk -- 2.11.4.GIT