From: Ghe Rivero <ghe@debian.org> Date: Thu, 1 Mar 2012 10:50:30 +0000 (+0100) Subject: Included pkg_data patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f5e3074123478f7eb77fac6fec94e43859e06e0f;p=openstack-build%2Fhorizon-build.git Included pkg_data patch Rewritten-From: ea59dd1a7d642aac5820ce637ac85bc370369dff --- diff --git a/trusty/debian/patches/pkg_data.patch b/trusty/debian/patches/pkg_data.patch index 70ca545..9f1fe90 100644 --- a/trusty/debian/patches/pkg_data.patch +++ b/trusty/debian/patches/pkg_data.patch @@ -1,10 +1,10 @@ --- a/setup.py +++ b/setup.py -@@ -41,6 +41,7 @@ - + findall('horizon/dashboards/nova/templates') \ - + findall('horizon/dashboards/syspanel/templates') \ - + findall('horizon/dashboards/settings/templates')]}, +@@ -76,6 +76,7 @@ + author='Devin Carlen', + author_email='devin.carlen@gmail.com', + packages=find_packages(), + include_package_data=True, - install_requires=[], - classifiers=['Development Status :: 4 - Beta', - 'Framework :: Django', + zip_safe=False, + install_requires=parse_requirements(PIP_REQUIRES, TEST_REQUIRES), + dependency_links=parse_dependency_links(PIP_REQUIRES, TEST_REQUIRES),