15
0

Accepting request 703016 from home:eapodaca:branches:devel:languages:python

new package

OBS-URL: https://build.opensuse.org/request/show/703016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2019-05-14 22:24:16 +00:00
committed by Git OBS Bridge
commit ae8bc4ee49
7 changed files with 131 additions and 0 deletions

13
adjust-data-files.patch Normal file
View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index 73883c1..86f0be5 100755
--- a/setup.py
+++ b/setup.py
@@ -32,8 +32,6 @@ with open('README.rst', encoding='utf-8') as f:
def get_data_files():
data_files = [
- ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
- 'CONTRIBUTING.md', 'conf/glances.conf']),
('share/man/man1', ['docs/man/glances.1'])
]