diff -r 097063f324c0 -r 4b1def16fe9b components/python/neutronclient/Makefile --- a/components/python/neutronclient/Makefile Thu Apr 16 01:36:32 2015 -0700 +++ b/components/python/neutronclient/Makefile Mon Apr 20 12:35:51 2015 -0700 @@ -22,24 +22,24 @@ # # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # + include ../../../make-rules/shared-macros.mk COMPONENT_NAME= python-neutronclient -COMPONENT_VERSION= 2.3.4 +COMPONENT_VERSION= 2.3.10 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:41c8fc9dcd947fcd0250175ace419228fc9ac3820442826ba9858ab6f99066c5 + sha256:f2e0abd6511f0372849f132c74e839fcbfd88d508ccd69459e388ee0d6059ed0 COMPONENT_ARCHIVE_URL= $(call pypi_url) COMPONENT_PROJECT_URL= http://launchpad.net/python-neutronclient COMPONENT_BUGDB= service/neutron -# Syntax issues: not Python 3 ready. -PYTHON_VERSIONS= 2.7 2.6 +TPNO= 21734 -include $(WS_TOP)/make-rules/prep.mk -include $(WS_TOP)/make-rules/setup.py.mk -include $(WS_TOP)/make-rules/ips.mk +include $(WS_MAKE_RULES)/prep.mk +include $(WS_MAKE_RULES)/setup.py.mk +include $(WS_MAKE_RULES)/ips.mk ASLR_MODE = $(ASLR_NOT_APPLICABLE)