File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
pythonforandroid/recipes/ruamel.yaml Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- --- setup.py 2017-03-23 05:28:37.000000000 -0700
2
- +++ b/setup.py 2017-04-12 15:03:28.218529255 -0700
3
- @@ -316,7 +316,7 @@
4
- os.system('pip install .')
1
+ --- setup.py 2018-11-11 18:27:31.936424140 +0100
2
+ +++ b/setup.py 2018-11-11 18:28:19.873507071 +0100
3
+ @@ -396,7 +396,7 @@
5
4
sys.exit(0)
6
- print('error: you have to install with "pip install ."')
7
- - sys.exit(1)
8
- + # sys.exit(1)
5
+ if not os.environ.get('RUAMEL_NO_PIP_INSTALL_CHECK', False):
6
+ print('error: you have to install with "pip install ."')
7
+ - sys.exit(1)
8
+ + # sys.exit(1)
9
9
# If you only support an extension module on Linux, Windows thinks it
10
10
# is pure. That way you would get pure python .whl files that take
11
- # precedence for downloading on Linux over source with compilable C
11
+ # precedence for downloading on Linux over source with compilable C code
You can’t perform that action at this time.
0 commit comments