From: Thomas Goirand Date: Mon, 23 Sep 2013 07:22:33 +0000 (+0800) Subject: Another egg-info fix trial X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=800cd71c02274628bf0158381254669423c79a58;p=openstack-build%2Fhorizon-build.git Another egg-info fix trial Change-Id: I21876de7eb09f7ed70f6a4c615b1faea58f9f95c Rewritten-From: cff5dd4642ce62adb49c17794f9b118d4d4d3ff9 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index fc4fcb3..0d068c3 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -9,13 +9,11 @@ export OSLO_PACKAGE_VERSION=$(VERSION) dh $@ --with python2 override_dh_auto_install: - python setup.py egg_info set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install \ --install-layout=deb \ --root $(CURDIR)/debian/python-django-horizon \ --no-compile -O0; \ - cp -rf horizon.egg-info $(CURDIR)/debian/python-django-horizon/usr/lib/python$$pyvers/dist-packages ; \ done install -d -m 755 $(CURDIR)/debian/tmp/usr/share/openstack-dashboard