Salome HOME
bos #30358 COTECH Action 141.1: remove config subfolder
[tools/configuration.git] / config / patches / edf / otwrapy_0.7_py3.patch
diff --git a/config/patches/edf/otwrapy_0.7_py3.patch b/config/patches/edf/otwrapy_0.7_py3.patch
deleted file mode 100644 (file)
index 1935b68..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/setup.py b/setup.py
---- a/setup.py 2017-10-26 11:31:16.000000000 +0200
-+++ b/setup.py 2018-09-13 13:58:34.256434654 +0200
-@@ -6,7 +6,7 @@
- from codecs import open
- from os import path
--with open('otwrapy/__init__.py') as fid:
-+with open('otwrapy/__init__.py', 'r') as fid:
-     for line in fid:
-         if line.startswith('__version__'):
-             version = line.strip().split()[-1][1:-1]