From 4a7351b7e6aaceb2561c33cd1a581cb372dfc68d Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 1 Mar 2012 11:50:30 +0100 Subject: [PATCH] Included pkg_data patch Rewritten-From: ea59dd1a7d642aac5820ce637ac85bc370369dff --- xenial/debian/patches/pkg_data.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xenial/debian/patches/pkg_data.patch b/xenial/debian/patches/pkg_data.patch index 70ca545..9f1fe90 100644 --- a/xenial/debian/patches/pkg_data.patch +++ b/xenial/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), -- 2.45.2