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:
Michael Mair-Keimberger
2024-11-25 20:59:57 +01:00
committed by Conrad Kostecki
parent 294ae7e4e6
commit fc9f5edf9c

View File

@@ -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/*',