Change-Id: Ieecbd3b91aafb1a7f229918402676ca08ed1c2cf
Closes-bug: #
1380655
pylint,
python-all (>= 2.6.6-3~),
python-django-nose,
+ python-lesscpy,
python-mox,
python-netaddr,
python-nose,
python-iso8601 (>= 0.1.9),
python-keystoneclient (>= 1:0.10.0),
python-kombu (>= 2.5.0),
+ python-lesscpy,
python-lockfile (>= 0.8),
python-memcache,
python-netaddr (>= 0.7.12),
case $1 in
openstack-dashboard)
+ python -c "import lesscpy"
+ if [ $? -ne '0' ]; then
+ echo "We have missed lesscpy dependency"
+ RES=1
+ exit $RES
+ fi
+
if [[ `cat /etc/*-release | head -n 1 | awk '{print $1}'` =~ Ubuntu ]]; then
apache="apache2"
page="horizon"