diff -r 3781477accf3 -r 20c0f21bbe1e components/logilab-common/Makefile --- a/components/logilab-common/Makefile Thu Mar 19 14:35:58 2015 -0700 +++ b/components/logilab-common/Makefile Thu Mar 19 20:44:31 2015 -0700 @@ -40,9 +40,9 @@ # Syntax issues: not Python 3 ready. PYTHON_VERSIONS= 2.7 2.6 -include ../../make-rules/prep.mk -include ../../make-rules/ips.mk -include ../../make-rules/setup.py.mk +include $(WS_MAKE_RULES)/prep.mk +include $(WS_MAKE_RULES)/ips.mk +include $(WS_MAKE_RULES)/setup.py.mk # rename pytest to its versioned name; mediated links (depending on # the python version) in the manifest will create the link from pytest @@ -80,6 +80,4 @@ test: $(TEST_NO_ARCH) -BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) - -include ../../make-rules/depend.mk +REQUIRED_PACKAGES += library/python-2/pyorbit-26