# HG changeset patch # User Danek Duvall # Date 1432227750 25200 # Node ID b03ef4b53f3e9d27c1c93b77ef6c3f73f32de69a # Parent 114f035efde7db24a500f16a0937101788bdfa8c 21129534 missing required packages for cffi and xattr diff -r 114f035efde7 -r b03ef4b53f3e components/python/cffi/Makefile --- a/components/python/cffi/Makefile Wed Jun 03 22:46:09 2015 -0700 +++ b/components/python/cffi/Makefile Thu May 21 10:02:30 2015 -0700 @@ -81,4 +81,7 @@ REQUIRED_PACKAGES += library/libffi +REQUIRED_PACKAGES += library/python/pycparser-26 +REQUIRED_PACKAGES += library/python/pycparser-27 +REQUIRED_PACKAGES += library/python/pycparser-34 REQUIRED_PACKAGES += system/library diff -r 114f035efde7 -r b03ef4b53f3e components/python/xattr/Makefile --- a/components/python/xattr/Makefile Wed Jun 03 22:46:09 2015 -0700 +++ b/components/python/xattr/Makefile Thu May 21 10:02:30 2015 -0700 @@ -76,4 +76,7 @@ REQUIRED_PACKAGES += library/python/setuptools-26 REQUIRED_PACKAGES += library/python/setuptools-27 REQUIRED_PACKAGES += library/python/setuptools-34 +REQUIRED_PACKAGES += library/python/cffi-26 +REQUIRED_PACKAGES += library/python/cffi-27 +REQUIRED_PACKAGES += library/python/cffi-34 REQUIRED_PACKAGES += system/library