]> git.pld-linux.org Git - packages/ipython.git/blob - ipython-use-setuptools.patch
- updated to 5.8.0 (latest with Python 2.7 support)
[packages/ipython.git] / ipython-use-setuptools.patch
1 --- ipython-5.8.0/setup.py.orig 2018-07-29 02:24:17.000000000 +0200
2 +++ ipython-5.8.0/setup.py      2019-09-22 17:07:55.804397695 +0200
3 @@ -169,7 +169,7 @@
4             'egg_info', 'easy_install', 'upload', 'install_egg_info',
5              ))
6  
7 -if len(needs_setuptools.intersection(sys.argv)) > 0:
8 +if True:
9      import setuptools
10  
11  # This dict is used for passing extra arguments that are setuptools
This page took 0.084489 seconds and 3 git commands to generate.