mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-analyzer/nagstamon: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
294ae7e4e6
commit
fc9f5edf9c
@@ -1,27 +0,0 @@
|
||||
--- a/setup.py 2023-01-29 09:29:13.885165525 +0100
|
||||
+++ b/setup.py 2023-01-29 09:30:32.585630680 +0100
|
||||
@@ -45,9 +45,9 @@
|
||||
else:
|
||||
DIST, DIST_VERSION, DIST_NAME = platform.dist()
|
||||
NAME = NAME.lower()
|
||||
#VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION
|
||||
VERSION = AppInfo.VERSION.replace('-', '.')
|
||||
-NAGSTAMON_SCRIPT = 'nagstamon.py'
|
||||
+NAGSTAMON_SCRIPT = 'nagstamon'
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
@@ -120,12 +120,7 @@
|
||||
'Nagstamon.Servers',
|
||||
'Nagstamon.Servers.Alertmanager',
|
||||
'Nagstamon.Servers.Centreon',
|
||||
- 'Nagstamon.thirdparty',
|
||||
- 'Nagstamon.thirdparty.Xlib',
|
||||
- 'Nagstamon.thirdparty.Xlib.ext',
|
||||
- 'Nagstamon.thirdparty.Xlib.protocol',
|
||||
- 'Nagstamon.thirdparty.Xlib.support',
|
||||
- 'Nagstamon.thirdparty.Xlib.xobject'],
|
||||
+ 'Nagstamon.thirdparty'],
|
||||
package_dir={'Nagstamon': 'Nagstamon'},
|
||||
package_data={'Nagstamon': ['resources/*.*',
|
||||
'resources/qui/*',
|
||||
Reference in New Issue
Block a user