# HG changeset patch # User John Beck # Date 1479857491 28800 # Node ID 80b2f482f59f5a78e60c16ffaa96249ec7b2115a # Parent 96cdbc229c1f1108b9c99f9be8694d3952157d32 25138104 do not publish dbus-python when BUILD_TYPE=evaluation diff -r 96cdbc229c1f -r 80b2f482f59f components/desktop/dbus-python/Makefile --- a/components/desktop/dbus-python/Makefile Wed Nov 23 23:00:30 2016 +0000 +++ b/components/desktop/dbus-python/Makefile Tue Nov 22 15:31:31 2016 -0800 @@ -67,6 +67,11 @@ COMPONENT_TEST_MASTER = \ $(COMPONENT_TEST_RESULTS_DIR)/results-py$(PYTHON_MAJOR).master +# An ancestor package had a mismatched version-lock facet, which would +# complicate instructions. As nothing in FOSS-eval depends on this, +# just add it to the do-not-publish list for simplicity. +include $(WS_MAKE_RULES)/no-evaluation.mk + include $(WS_MAKE_RULES)/common.mk # Need to replace the py-compile in the 1.2.0 tarball with the one from a