summaryrefslogtreecommitdiff
path: root/app-misc/lfm/files/lfm-3.1-dont-error-on-wheel.patch
blob: d74014fb05ffb3af01a94897a1e898bbf801b33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ur lfm-3.1/setup.py lfm-3.1.new/setup.py
--- lfm-3.1/setup.py	2024-03-06 11:44:37.646520051 -0600
+++ lfm-3.1.new/setup.py	2024-03-06 11:45:18.058725112 -0600
@@ -45,10 +45,6 @@
     print('ERROR: Python 3.4 or higher is required to run lfm.')
     exit(-1)
 
-# to avoid bug in pip 7.x. See https://bitbucket.org/pypa/wheel/issues/92
-if 'bdist_wheel' in argv:
-    raise RuntimeError("This setup.py does not support wheels")
-
 import shutil
 try:
     try: