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

package info (click to toggle)
python-vitrageclient 4.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 620 kB
  • sloc: python: 1,804; makefile: 24; sh: 2
file content (20 lines) | stat: -rw-r--r-- 471 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

diff --git a/setup.cfg b/setup.cfg
index e6c2e0f..5309a1a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,8 +23,6 @@
 [files]
 packages =
     vitrageclient
-data_files =
-    share = tools/vitrage.bash_completion
 
 [entry_points]
 console_scripts =