]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Another egg-info fix trial
authorThomas Goirand <thomas@goirand.fr>
Mon, 23 Sep 2013 07:22:33 +0000 (15:22 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 23 Sep 2013 07:22:57 +0000 (15:22 +0800)
Change-Id: I21876de7eb09f7ed70f6a4c615b1faea58f9f95c

Rewritten-From: cff5dd4642ce62adb49c17794f9b118d4d4d3ff9

trusty/debian/rules

index fc4fcb3ea8588c76ce662c48d643aa00d5532ef5..0d068c3b00d584999bf47041f49bbc1c7409ee61 100755 (executable)
@@ -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