blob: e931bc3dc1fb4c7e6ff3f9c1659880264b5bbfdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-setup.py,v 1.1 2020/08/31 23:04:03 wiz Exp $
Do not install easy_install without python version suffix to allow
parallel installation of this package for multiple python versions.
--- setup.py.orig 2016-07-14 05:17:28.000000000 +0000
+++ setup.py
@@ -30,7 +30,7 @@ scripts = []
def _gen_console_scripts():
- yield "easy_install = setuptools.command.easy_install:main"
+ yield ""
# Gentoo distributions manage the python-version-specific scripts
# themselves, so those platforms define an environment variable to
|