diff options
Diffstat (limited to 'net-mgmt/nagstamon/files/patch-setup.py')
-rw-r--r-- | net-mgmt/nagstamon/files/patch-setup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/nagstamon/files/patch-setup.py b/net-mgmt/nagstamon/files/patch-setup.py deleted file mode 100644 index 485eaf60021c..000000000000 --- a/net-mgmt/nagstamon/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2021-03-22 15:58:33 UTC -+++ setup.py -@@ -36,6 +36,9 @@ OS = platform.system() - if OS not in ['Windows', 'Darwin']: - if OS == 'Linux': - DIST, DIST_VERSION, DIST_NAME = get_distro() -+ # platform.dist() returns "('', '', '')" on FreeBSD -+ elif OS == 'FreeBSD': -+ DIST, DIST_VERSION, DIST_NAME = ('', '', '') - else: - DIST, DIST_VERSION, DIST_NAME = platform.dist() - NAME = NAME.lower() |