summaryrefslogtreecommitdiff
path: root/user/htop/fix-python-path.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-05-29 20:47:20 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-08-07 10:08:07 -0500
commit8c2fd99c7452f6464aacf3ee6abe1e25fcd0f89a (patch)
tree4c21b5cc4fc8364f7dbc71cda02b71c6b4c21dd7 /user/htop/fix-python-path.patch
parentbdc07db533a9e6d19614f8859c15cfaf1a7a69f4 (diff)
downloadpackages-8c2fd99c7452f6464aacf3ee6abe1e25fcd0f89a.tar.gz
packages-8c2fd99c7452f6464aacf3ee6abe1e25fcd0f89a.tar.bz2
packages-8c2fd99c7452f6464aacf3ee6abe1e25fcd0f89a.tar.xz
packages-8c2fd99c7452f6464aacf3ee6abe1e25fcd0f89a.zip
user/htop: Update to 3.3.0
* New upstream URL and source. * Remove patches that were integrated upstream.
Diffstat (limited to 'user/htop/fix-python-path.patch')
-rw-r--r--user/htop/fix-python-path.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/user/htop/fix-python-path.patch b/user/htop/fix-python-path.patch
deleted file mode 100644
index 4d11bfb4a..000000000
--- a/user/htop/fix-python-path.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/scripts/MakeHeader.py
-+++ b/scripts/MakeHeader.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- import os, sys, string, io
- try:
- from StringIO import StringIO