summaryrefslogtreecommitdiff
path: root/devel/py-l18n/files/patch-setup.py
blob: 7684de49af784ef7a257afd68e68da56fdfd7064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- setup.py.orig	2021-11-12 09:24:24 UTC
+++ setup.py
@@ -30,17 +30,8 @@ DEV_STATUS = {'pre': '2 - Pre-Alpha',
 CMD_PACKAGES = {
     'sdist': 'setuptools.command',
     'bdist': 'distutils.command',
-    'bdist_wheel': 'wheel',
     'bdist_egg': 'setuptools.command',
-    'bdist_rpm': 'setuptools.command',
 }
-
-try:
-    from setuptools.command import bdist_wininst
-    CMD_PACKAGES['bdist_wininst'] = 'setuptools.command'
-except ImportError:
-    # python > 3.10
-    pass
 
 
 class PredistBuild(object):