Codebase list jupyter-client / a8d47a8
Remove old patch management system Julien Puydt 8 years ago
2 changed file(s) with 0 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/patches/series less more
0 use_setuptools_for_everything
+0
-16
debian/patches/use_setuptools_for_everything less more
0 Description: use setuptools for everything so the python*:Depends substitution work
1 Author: Julien Puydt
2 Forwarded: no
3
4 --- a/setup.py
5 +++ b/setup.py
6 @@ -70,8 +70,7 @@
7 ],
8 )
9
10 -if 'develop' in sys.argv or any(a.startswith('bdist') for a in sys.argv):
11 - import setuptools
12 +import setuptools
13
14 setuptools_args = {}
15 install_requires = setuptools_args['install_requires'] = [