File: disable-install-bash-completion-from-git.patch

package info (click to toggle)
python-vitrageclient 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 648 kB
  • sloc: python: 1,807; makefile: 26; sh: 2
file content (20 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Disable installing of bash_completion from git
 directly to /usr/share/ , because we are generating fresh
 bash_completion
Author: Michal Arbet <michal.arbet@ultimum.io>
Forwarded: no
Last-Update: 2020-04-08

Index: python-vitrageclient/setup.cfg
===================================================================
--- python-vitrageclient.orig/setup.cfg
+++ python-vitrageclient/setup.cfg
@@ -25,8 +25,6 @@ classifier =
 [files]
 packages =
     vitrageclient
-data_files =
-    share = tools/vitrage.bash_completion
 
 [entry_points]
 console_scripts =