# HG changeset patch # User John Beck # Date 1492805978 25200 # Node ID 52155d3dac9e70d54f2e9f733298fc94a742e0bb # Parent 2b9fc4cafd1f1ea721baaea9b0a24c4e1316e2c9 25933124 cffi/Makefile must drop library/python/pycparser-35 from REQUIRED_PACKAGES diff -r 2b9fc4cafd1f -r 52155d3dac9e components/python/cffi/Makefile --- a/components/python/cffi/Makefile Fri Apr 21 13:14:17 2017 -0700 +++ b/components/python/cffi/Makefile Fri Apr 21 13:19:38 2017 -0700 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk @@ -84,5 +84,4 @@ REQUIRED_PACKAGES += library/libffi REQUIRED_PACKAGES += library/python/pycparser-27 REQUIRED_PACKAGES += library/python/pycparser-34 -REQUIRED_PACKAGES += library/python/pycparser-35 REQUIRED_PACKAGES += system/library