Skip to content

Commit 95cd2dd

Browse files
authored
Updates patch to last version
1 parent d8d01d8 commit 95cd2dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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 @@
54
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)
99
# If you only support an extension module on Linux, Windows thinks it
1010
# 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

0 commit comments

Comments
 (0)