File: 00-remove-data-from-module.patch

package info (click to toggle)
glueviz 0.14.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,280 kB
  • sloc: python: 41,995; makefile: 138; sh: 63
file content (14 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Avoid installation of PNG, SVG, FITS, CSV files under /usr/lib
Author: Josue Ortega
Last-Update: 2018-12-26

--- a/setup.py
+++ b/setup.py
@@ -142,6 +142,4 @@
       packages=find_packages(),
       entry_points=entry_points,
       cmdclass=cmdclass,
-      package_data={'': ['*.png', '*.ui', '*.glu', '*.hdf5', '*.fits',
-                         '*.xlsx', '*.txt', '*.csv', '*.svg']}
-      )
+      package_data={'': ['*.ui', '*.glu','*.txt', '*.csv']})