From: Ghe Rivero Date: Mon, 5 Mar 2012 09:16:33 +0000 (+0100) Subject: Removed pkg_data patch. Included upstream X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3b8e6b576f3a543fe80b53423ee5d97fa3b54e90;p=openstack-build%2Fhorizon-build.git Removed pkg_data patch. Included upstream Rewritten-From: 31d570922eefc73d8f9bcc5237ca4b40b2aa5ee9 --- diff --git a/xenial/debian/patches/pkg_data.patch b/xenial/debian/patches/pkg_data.patch deleted file mode 100644 index 2c3c499..0000000 --- a/xenial/debian/patches/pkg_data.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -36,6 +36,7 @@ - author='Devin Carlen', - author_email='devin.carlen@gmail.com', - packages=find_packages(), -+ include_package_data=True, - package_data={'horizon': [s[len('horizon/'):] for s in - findall('horizon/templates') \ - + findall('horizon/dashboards/nova/templates') \ ---- /dev/null -+++ b/MANIFEST.in -@@ -0,0 +1 @@ -+recursive-include horizon *.html *.js *.csv *.template *.mo diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series deleted file mode 100644 index b89fd3f..0000000 --- a/xenial/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -pkg_data.patch