Makefile revision 5860
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A
2N/A#
2N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/Ainclude ../../../make-rules/shared-macros.mk
2N/Ainclude ../../../make-rules/shared-targets.mk
2N/A
2N/ACOMPONENT_NAME= horizon
2N/ACOMPONENT_CODENAME= kilo
2N/ACOMPONENT_VERSION= 2015.1.2
2N/ACOMPONENT_BE_VERSION= 2015.1
2N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH= \
2N/A sha256:c51029340c953a7355c48a106eb93407287b26f01bed6a64de695d4bda361c07
2N/ACOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
2N/ACOMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).asc
2N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
2N/ACOMPONENT_BUGDB= service/horizon
2N/AIPS_COMPONENT_VERSION= 0.$(COMPONENT_VERSION)
2N/A
2N/ATPNO_HORIZON= 25787
2N/ATPNO_ANGULAR= 21640
2N/ATPNO_ANGULAR_BOOTSTRAP= 23154
2N/ATPNO_ANGULAR_LR_DND= 23155
2N/ATPNO_BOOTSTRAP_DP= 20670
2N/ATPNO_BOOTSTRAP_SCSS= 20671
2N/ATPNO_D3= 20822
2N/ATPNO_FONT_AWESOME= 25763
2N/ATPNO_HOGAN= 21827
2N/ATPNO_JQUERY= 21642
2N/ATPNO_JQUERY_MIGRATE= 13315
2N/ATPNO_JQUERY_UI= 18416
2N/ATPNO_JQUERY_QUICKSEARCH=20396
2N/ATPNO_JQUERY_TABLESORTER=20824
2N/ATPNO_JSENCRYPT= 20397
2N/ATPNO_MAGIC_SEARCH= 25994
2N/ATPNO_RICKSHAW= 20673
2N/ATPNO_SMART_TABLE= 23157
2N/ATPNO_SPIN= 20674
2N/ATPNO_TERM_JS= 23158
2N/A
2N/ANUM_EXTRA_ARCHIVES= 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
2N/A
2N/A#
2N/A# Starting with Juno, Horizon depends on a number of XStatic modules
2N/A# to deliver the required JavaScript modules. This delivery method
2N/A# may be changing in future releases, so the XStatic modules for now
2N/A# are built as part of Horizon rather than being stand alone
2N/A# components/packages.
2N/A#
2N/A# XStatic itself is only used during the build process and so while it
2N/A# is downloaded and installed in the proto area, none of its
2N/A# components are delivered in the Horizon package itself.
2N/A#
2N/ACOMPONENT_NAME_1 = XStatic
2N/ACOMPONENT_VERSION_1 = 1.0.1
2N/ACOMPONENT_SRC_1 = XStatic-$(COMPONENT_VERSION_1)
2N/ACOMPONENT_ARCHIVE_1 = $(COMPONENT_SRC_1).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_1 = \
2N/A sha256:0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726
2N/ACOMPONENT_ARCHIVE_URL_1 = $(call pypi_url,1)
2N/A
2N/ACOMPONENT_NAME_2 = XStatic-Angular
2N/ACOMPONENT_VERSION_2 = 1.3.7.0
2N/ACOMPONENT_SRC_2 = XStatic-Angular-$(COMPONENT_VERSION_2)
2N/ACOMPONENT_ARCHIVE_2 = $(COMPONENT_SRC_2).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_2 = \
2N/A sha256:7cad216b226399cbe8d2909ed5b9f28d724907b9c9e1e078e6e25d320a3d5dd7
2N/ACOMPONENT_ARCHIVE_URL_2 = $(call pypi_url,2)
2N/APKG_MACROS += VERSION_ANGULAR=$(COMPONENT_VERSION_2)
2N/A
2N/ACOMPONENT_NAME_3 = XStatic-Bootstrap-Datepicker
2N/ACOMPONENT_VERSION_3 = 1.3.1.0
2N/ACOMPONENT_SRC_3 = XStatic-Bootstrap-Datepicker-$(COMPONENT_VERSION_3)
2N/ACOMPONENT_ARCHIVE_3 = $(COMPONENT_SRC_3).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_3 = \
2N/A sha256:9edc9b77501001fcee9fbf4bf0a722c263efd928ef928b40081a8269fdd9a944
2N/ACOMPONENT_ARCHIVE_URL_3 = $(call pypi_url,3)
2N/APKG_MACROS += VERSION_BOOTSTRAP_DP=$(COMPONENT_VERSION_3)
2N/A
2N/ACOMPONENT_NAME_4 = XStatic-Bootstrap-SCSS
2N/ACOMPONENT_VERSION_4 = 3.2.0.0
2N/ACOMPONENT_SRC_4 = XStatic-Bootstrap-SCSS-$(COMPONENT_VERSION_4)
2N/ACOMPONENT_ARCHIVE_4 = $(COMPONENT_SRC_4).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_4 = \
2N/A sha256:7e9858737e2e6aac921ec7a3fca627e522901c3061611e154ebc0b8a892c7018
2N/ACOMPONENT_ARCHIVE_URL_4 = $(call pypi_url,4)
2N/APKG_MACROS += VERSION_BOOTSTRAP_SCSS=$(COMPONENT_VERSION_4)
2N/A
2N/ACOMPONENT_NAME_5 = XStatic-D3
2N/ACOMPONENT_VERSION_5 = 3.1.6.2
2N/ACOMPONENT_SRC_5 = XStatic-D3-$(COMPONENT_VERSION_5)
2N/ACOMPONENT_ARCHIVE_5 = $(COMPONENT_SRC_5).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_5 = \
2N/A sha256:46fe521f8dad99f5e20f6702180510c37b81d11f1d78119d308fcec31381f90e
2N/ACOMPONENT_ARCHIVE_URL_5 = $(call pypi_url,5)
2N/APKG_MACROS += VERSION_D3=$(COMPONENT_VERSION_5)
2N/A
2N/ACOMPONENT_NAME_6 = XStatic-Font-Awesome
2N/ACOMPONENT_VERSION_6 = 4.3.0.0
2N/ACOMPONENT_SRC_6 = XStatic-Font-Awesome-$(COMPONENT_VERSION_6)
2N/ACOMPONENT_ARCHIVE_6 = $(COMPONENT_SRC_6).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_6 = \
2N/A sha256:d2c0548990a22744ad20013e1d095de8ba1ea56b1878d8393a721205b03885c3
2N/ACOMPONENT_ARCHIVE_URL_6 = $(call pypi_url,6)
2N/APKG_MACROS += VERSION_FONT_AWESOME=$(COMPONENT_VERSION_6)
2N/A
2N/ACOMPONENT_NAME_7 = XStatic-Hogan
2N/ACOMPONENT_VERSION_7 = 2.0.0.2
2N/ACOMPONENT_SRC_7 = XStatic-Hogan-$(COMPONENT_VERSION_7)
2N/ACOMPONENT_ARCHIVE_7 = $(COMPONENT_SRC_7).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_7 = \
2N/A sha256:5941bc7fb2a09916b8837848e6fc2a13b2dfc271811e9b522c61e1337d5fc2bd
2N/ACOMPONENT_ARCHIVE_URL_7 = $(call pypi_url,7)
2N/APKG_MACROS += VERSION_HOGAN=$(COMPONENT_VERSION_7)
2N/A
2N/ACOMPONENT_NAME_8 = XStatic-jQuery
2N/ACOMPONENT_VERSION_8 = 1.10.2.1
2N/ACOMPONENT_SRC_8 = XStatic-jQuery-$(COMPONENT_VERSION_8)
2N/ACOMPONENT_ARCHIVE_8 = $(COMPONENT_SRC_8).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_8 = \
2N/A sha256:83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305
2N/ACOMPONENT_ARCHIVE_URL_8 = $(call pypi_url,8)
2N/APKG_MACROS += VERSION_JQUERY=$(COMPONENT_VERSION_8)
2N/A
2N/ACOMPONENT_NAME_9 = XStatic-JQuery-Migrate
2N/ACOMPONENT_VERSION_9 = 1.2.1.1
2N/ACOMPONENT_SRC_9 = XStatic-JQuery-Migrate-$(COMPONENT_VERSION_9)
2N/ACOMPONENT_ARCHIVE_9 = $(COMPONENT_SRC_9).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH_9 = \
2N/A sha256:e2959b3df49afdddb00d36b74cca727a91b994b9f4edb993d7264731a750900e
COMPONENT_ARCHIVE_URL_9 = $(call pypi_url,9)
PKG_MACROS += VERSION_JQUERY_MIGRATE=$(COMPONENT_VERSION_9)
COMPONENT_NAME_10 = XStatic-jquery-ui
COMPONENT_VERSION_10 = 1.11.0.1
COMPONENT_SRC_10 = XStatic-jquery-ui-$(COMPONENT_VERSION_10)
COMPONENT_ARCHIVE_10 = $(COMPONENT_SRC_10).tar.gz
COMPONENT_ARCHIVE_HASH_10 = \
sha256:099b1836eb0d91b8dc98f5b8a6b856a2631d43af0d47f33ef90ee72ed37bda58
COMPONENT_ARCHIVE_URL_10 = $(call pypi_url,10)
PKG_MACROS += VERSION_JQUERY_UI=$(COMPONENT_VERSION_10)
COMPONENT_NAME_11 = XStatic-JQuery.quicksearch
COMPONENT_VERSION_11 = 2.0.3.1
COMPONENT_SRC_11 = XStatic-JQuery.quicksearch-$(COMPONENT_VERSION_11)
COMPONENT_ARCHIVE_11 = $(COMPONENT_SRC_11).tar.gz
COMPONENT_ARCHIVE_HASH_11 = \
sha256:1271571b420417add56c274fd935e81bfc79e0d54a03559d6ba5ef369f358477
COMPONENT_ARCHIVE_URL_11 = $(call pypi_url,11)
PKG_MACROS += VERSION_JQUERY_QS=$(COMPONENT_VERSION_11)
COMPONENT_NAME_12 = XStatic-JQuery.TableSorter
COMPONENT_VERSION_12 = 2.14.5.1
COMPONENT_SRC_12 = XStatic-JQuery.TableSorter-$(COMPONENT_VERSION_12)
COMPONENT_ARCHIVE_12 = $(COMPONENT_SRC_12).tar.gz
COMPONENT_ARCHIVE_HASH_12 = \
sha256:3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0
COMPONENT_ARCHIVE_URL_12 = $(call pypi_url,12)
PKG_MACROS += VERSION_JQUERY_TS=$(COMPONENT_VERSION_12)
COMPONENT_NAME_13 = XStatic-JSEncrypt
COMPONENT_VERSION_13 = 2.0.0.2
COMPONENT_SRC_13 = XStatic-JSEncrypt-$(COMPONENT_VERSION_13)
COMPONENT_ARCHIVE_13 = $(COMPONENT_SRC_13).tar.gz
COMPONENT_ARCHIVE_HASH_13 = \
sha256:5852892afc6f80c7848f4110b6dad190a54aeb908271d67aaeae9d966f4a26b5
COMPONENT_ARCHIVE_URL_13 = $(call pypi_url,13)
PKG_MACROS += VERSION_JSENCRYPT=$(COMPONENT_VERSION_13)
COMPONENT_NAME_14 = XStatic-Rickshaw
COMPONENT_VERSION_14 = 1.5.0.0
COMPONENT_SRC_14 = XStatic-Rickshaw-$(COMPONENT_VERSION_14)
COMPONENT_ARCHIVE_14 = $(COMPONENT_SRC_14).tar.gz
COMPONENT_ARCHIVE_HASH_14 = \
sha256:147574228757254442700a9eea5150f14acb1224ef0612f896b663ab58406de8
COMPONENT_ARCHIVE_URL_14 = $(call pypi_url,14)
PKG_MACROS += VERSION_RICKSHAW=$(COMPONENT_VERSION_14)
COMPONENT_NAME_15 = XStatic-Spin
COMPONENT_VERSION_15 = 1.2.5.2
COMPONENT_SRC_15 = XStatic-Spin-$(COMPONENT_VERSION_15)
COMPONENT_ARCHIVE_15 = $(COMPONENT_SRC_15).tar.gz
COMPONENT_ARCHIVE_HASH_15 = \
sha256:7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192
COMPONENT_ARCHIVE_URL_15 = $(call pypi_url,15)
PKG_MACROS += VERSION_SPIN=$(COMPONENT_VERSION_15)
COMPONENT_NAME_16 = XStatic-Angular-lrdragndrop
COMPONENT_VERSION_16 = 1.0.2.2
COMPONENT_SRC_16 = XStatic-Angular-lrdragndrop-$(COMPONENT_VERSION_16)
COMPONENT_ARCHIVE_16 = $(COMPONENT_SRC_16).tar.gz
COMPONENT_ARCHIVE_HASH_16 = \
sha256:1cf04495981db5dfd5536441e17ec69bb18d624f847ddc203f3259d81b10a77e
COMPONENT_ARCHIVE_URL_16 = $(call pypi_url,16)
PKG_MACROS += VERSION_LR_DND=$(COMPONENT_VERSION_16)
COMPONENT_NAME_17 = XStatic-Magic-Search
COMPONENT_VERSION_17 = 0.2.5.1
COMPONENT_SRC_17 = XStatic-Magic-Search-$(COMPONENT_VERSION_17)
COMPONENT_ARCHIVE_17 = $(COMPONENT_SRC_17).tar.gz
COMPONENT_ARCHIVE_HASH_17 = \
sha256:9b2f35a5792f4e763e6dc319036e3676f3e18f46153096f3ab5e507177ec007e
COMPONENT_ARCHIVE_URL_17 = $(call pypi_url,17)
PKG_MACROS += VERSION_MAGIC_SEARCH=$(COMPONENT_VERSION_17)
COMPONENT_NAME_18 = XStatic-smart-table
COMPONENT_VERSION_18 = 1.4.5.3
COMPONENT_SRC_18 = XStatic-smart-table-$(COMPONENT_VERSION_18)
COMPONENT_ARCHIVE_18 = $(COMPONENT_SRC_18).tar.gz
COMPONENT_ARCHIVE_HASH_18 = \
sha256:573bdff0b1ec88dd81b7f92c1b46fda4dd1b92cde94817837d61e62c9b20a8b6
COMPONENT_ARCHIVE_URL_18 = $(call pypi_url,18)
PKG_MACROS += VERSION_SMART_TABLE=$(COMPONENT_VERSION_18)
COMPONENT_NAME_19 = XStatic-term.js
COMPONENT_VERSION_19 = 0.0.4.2
COMPONENT_SRC_19 = XStatic-term.js-$(COMPONENT_VERSION_19)
COMPONENT_ARCHIVE_19 = $(COMPONENT_SRC_19).tar.gz
COMPONENT_ARCHIVE_HASH_19 = \
sha256:1ed5c1cd4de60d6f290a032bfc7cdc4261d8d36cb7788b2b0a610551bbda15ec
COMPONENT_ARCHIVE_URL_19 = $(call pypi_url,19)
PKG_MACROS += VERSION_TERM_JS=$(COMPONENT_VERSION_19)
COMPONENT_NAME_20 = XStatic-Angular-Bootstrap
COMPONENT_VERSION_20 = 0.11.0.2
COMPONENT_SRC_20 = XStatic-Angular-Bootstrap-$(COMPONENT_VERSION_20)
COMPONENT_ARCHIVE_20 = $(COMPONENT_SRC_20).tar.gz
COMPONENT_ARCHIVE_HASH_20 = \
sha256:cbe428bf04c000460776b521f6ace0455e9f3f20135499e9aa2f4af693dc7b3e
COMPONENT_ARCHIVE_URL_20 = $(call pypi_url,20)
PKG_MACROS += VERSION_ANGULAR_BS=$(COMPONENT_VERSION_20)
PKG_VARS += COMPONENT_BE_VERSION
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# Since this is an app, and doesn't provide any public library interfaces, we
# only need to deliver one version. The manifest is parameterized, though.
PYTHON_VERSIONS= 2.7
PKG_MACROS += PYVER=$(PYTHON_VERSIONS)
PKG_MACROS += PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
PROTO_PYTHON_LIB = $(PROTO_DIR)$(PYTHON_LIB)
# Copy the Oracle branding files and Django app customizations into place
COMPONENT_POST_INSTALL_ACTION += \
($(MKDIR) $(PROTO_PYTHON_LIB)/openstack_dashboard/templates/solaris; \
$(MKDIR) \
$(PROTO_PYTHON_LIB)/openstack_dashboard/static/dashboard/css; \
$(CP) files/branding/css/* \
$(PROTO_PYTHON_LIB)/openstack_dashboard/static/dashboard/css; \
$(CP) files/branding/img/* \
$(PROTO_PYTHON_LIB)/openstack_dashboard/static/dashboard/img; \
$(CP) files/branding/theme/_stylesheets.html \
$(PROTO_PYTHON_LIB)/openstack_dashboard/templates/solaris; \
$(CP) files/overrides.py $(PROTO_PYTHON_LIB)/openstack_dashboard);
# Generate .pyc files for the files in the proto directory
COMPONENT_POST_INSTALL_ACTION += \
$(PYTHON) -m compileall $(PROTO_PYTHON_LIB);
# Collect the JavaScript files and compress the static assets
COMPONENT_POST_INSTALL_ACTION += \
(set -e; $(CP) $(SOURCE_DIR)/manage.py \
$(PROTO_PYTHON_LIB)/openstack_dashboard; \
$(TOUCH) $(PROTO_PYTHON_LIB)/xstatic/__init__.py; \
$(TOUCH) $(PROTO_PYTHON_LIB)/xstatic/pkg/__init__.py; \
cd $(PROTO_PYTHON_LIB)/openstack_dashboard; \
cp $(SOURCE_DIR)/openstack_dashboard/local/local_settings.py.example \
$(PROTO_PYTHON_LIB)/openstack_dashboard/local/local_settings.py; \
echo "WEBROOT = '/horizon/'\nSTATIC_ROOT = 'static'\n" >> \
$(PROTO_PYTHON_LIB)/openstack_dashboard/local/local_settings.py; \
$(ENV) PYTHONPATH=$(PROTO_PYTHON_LIB) ./manage.py \
collectstatic --noinput; \
$(ENV) PYTHONPATH=$(PROTO_PYTHON_LIB) ./manage.py compress --force; \
$(RM) -r \
$(PROTO_PYTHON_LIB)/XStatic* \
$(PROTO_PYTHON_LIB)/openstack_dashboard/local/.secret_key_store \
$(PROTO_PYTHON_LIB)/openstack_dashboard/local/local_settings.py \
$(PROTO_PYTHON_LIB)/openstack_dashboard/manage.py \
$(PROTO_PYTHON_LIB)/static \
$(PROTO_PYTHON_LIB)/xstatic); (( $$? )) && exit 1;
# Patch openstack_dashboard/settings.py to remove the xstatic imports
# and use. This is done after 'gmake prep' because we need the
# xstatic imports for static asset collection.
COMPONENT_POST_INSTALL_ACTION += \
$(GPATCH) -d $(PROTO_DIR) $(GPATCH_FLAGS) \
< patches/99-remove.xstatic.patch-proto
#
# The xstatic target builds each XStatic component alongside Horizon.
# This is done because the Django script which collects
# the JavaScript libraries and compresses the static assets
# (manage.py) requires the packages be "installed". Rather than
# forcing a CBE update for any revision of any XStatic module, we use
# what's specified above.
#
# This extra work is done at package build time rather than when the
# application runs because a) compressing the assets ahead of time
# makes things faster and b) this allows the package to be entirely
# contained in /usr rather than having a separate spot in /var for the
# webservd user to write compressed assets to as they get used.
#
.PHONY: xstatic
xstatic: $(PROTO_DIR) build
for xs_archive in $$(ls -d XStatic-* | grep -v .tar.gz); do \
cd $$xs_archive; \
$(ENV) $(PYTHON.$(BITS)) ./setup.py build; \
$(ENV) $(PYTHON.$(BITS)) ./setup.py install \
--force \
--install-data=$(PYTHON_DATA) \
--install-lib=$(PYTHON_LIB) \
--install-platlib=$(PYTHON_LIB) \
--install-purelib=$(PYTHON_LIB) \
--root $(PROTO_DIR); \
cd ../; \
done
# common targets
build: $(BUILD_NO_ARCH)
# make sure all of the xstatic modules are built
install: $(INSTALL_NO_ARCH) xstatic
test: $(NO_TESTS)
system-test: $(NO_TESTS)
clean::
gfind $(COMPONENT_DIR) -maxdepth 1 -type d -name "XStatic*" \
-exec rm -r {} \;
# Includes packages required by Django's manage.py during the Horizon build
REQUIRED_PACKAGES += library/python/babel-27
REQUIRED_PACKAGES += library/python/ceilometerclient-27
REQUIRED_PACKAGES += library/python/cinderclient-27
REQUIRED_PACKAGES += library/python/django-27
REQUIRED_PACKAGES += library/python/django-pyscss-27
REQUIRED_PACKAGES += library/python/django_compressor-27
REQUIRED_PACKAGES += library/python/django_openstack_auth-27
REQUIRED_PACKAGES += library/python/glanceclient-27
REQUIRED_PACKAGES += library/python/heatclient-27
REQUIRED_PACKAGES += library/python/iso8601-27
REQUIRED_PACKAGES += library/python/keystoneclient-27
REQUIRED_PACKAGES += library/python/netaddr-27
REQUIRED_PACKAGES += library/python/neutronclient-27
REQUIRED_PACKAGES += library/python/novaclient-27
REQUIRED_PACKAGES += library/python/oslo.concurrency-27
REQUIRED_PACKAGES += library/python/oslo.config-27
REQUIRED_PACKAGES += library/python/oslo.i18n-27
REQUIRED_PACKAGES += library/python/oslo.serialization-27
REQUIRED_PACKAGES += library/python/oslo.utils-27
REQUIRED_PACKAGES += library/python/pbr-27
REQUIRED_PACKAGES += library/python/pytz-27
REQUIRED_PACKAGES += library/python/pyyaml-27
REQUIRED_PACKAGES += library/python/requests-27
REQUIRED_PACKAGES += library/python/saharaclient-27
REQUIRED_PACKAGES += library/python/six-27
REQUIRED_PACKAGES += library/python/swiftclient-27
REQUIRED_PACKAGES += library/python/troveclient-27
REQUIRED_PACKAGES += web/server/apache-24
REQUIRED_PACKAGES += web/server/apache-24/module/apache-ssl
REQUIRED_PACKAGES += web/server/apache-24/module/apache-wsgi-27