File fix-bad-keyname-attrs.patch of Package ironpython
diff -uprN main-ipy-2.7.5.old/Languages/IronPython/IronPythonConsole/Properties/AssemblyInfo.cs main-ipy-2.7.5/Languages/IronPython/IronPythonConsole/Properties/AssemblyInfo.cs
--- main-ipy-2.7.5.old/Languages/IronPython/IronPythonConsole/Properties/AssemblyInfo.cs 2014-12-06 19:06:58.000000000 +0300
+++ main-ipy-2.7.5/Languages/IronPython/IronPythonConsole/Properties/AssemblyInfo.cs 2017-05-03 23:43:12.403801885 +0300
@@ -55,7 +55,6 @@ using System.Security;
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
-[assembly: AssemblyKeyName("")]
[assembly: SecurityTransparent]
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]
diff -uprN main-ipy-2.7.5.old/Languages/IronPython/IronPythonWindow/Properties/AssemblyInfo.cs main-ipy-2.7.5/Languages/IronPython/IronPythonWindow/Properties/AssemblyInfo.cs
--- main-ipy-2.7.5.old/Languages/IronPython/IronPythonWindow/Properties/AssemblyInfo.cs 2014-12-06 19:06:58.000000000 +0300
+++ main-ipy-2.7.5/Languages/IronPython/IronPythonWindow/Properties/AssemblyInfo.cs 2017-05-03 23:42:47.111801885 +0300
@@ -55,7 +55,6 @@ using System.Security;
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
-[assembly: AssemblyKeyName("")]
[assembly: SecurityTransparent]
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]