<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PyGIWarnings printed by webkit-patch"
   href="https://bugs.webkit.org/show_bug.cgi?id=152470">bug 152470</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>mcatanzaro&#64;igalia.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PyGIWarnings printed by webkit-patch"
   href="https://bugs.webkit.org/show_bug.cgi?id=152470#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PyGIWarnings printed by webkit-patch"
   href="https://bugs.webkit.org/show_bug.cgi?id=152470">bug 152470</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>I spent a small amount of time trying to find a quick fix.

It's already fixed upstream, so we just have to update the keyring module to 5.7.1.

So I updated the definition of _install_keyring in Tools/Scripts/webkitpy/thirdparty:

    def _install_keyring(self):
        self._install(&quot;<a href="http://pypi.python.org/packages/source/k/keyring/keyring-5.7.1.tar.gz#md5=c1e0e5f00686f0ed118573ff47dfbaf8">http://pypi.python.org/packages/source/k/keyring/keyring-5.7.1.tar.gz#md5=c1e0e5f00686f0ed118573ff47dfbaf8</a>&quot;,
                             &quot;keyring&quot;)

But I got this error:

$ rm -rf Tools/Scripts/webkitpy/thirdparty/autoinstalled
$ webkit-patch upload
Traceback (most recent call last):
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkit-patch&quot;, line 44, in &lt;module&gt;
    from webkitpy.tool.main import WebKitPatch
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/tool/main.py&quot;, line 37, in &lt;module&gt;
    from webkitpy.common.host import Host
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/common/host.py&quot;, line 37, in &lt;module&gt;
    from webkitpy.common.net import bugzilla, buildbot, web
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py&quot;, line 4, in &lt;module&gt;
    from .bugzilla import Bugzilla
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py&quot;, line 48, in &lt;module&gt;
    from webkitpy.common.net.credentials import Credentials
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/common/net/credentials.py&quot;, line 40, in &lt;module&gt;
    from webkitpy.thirdparty.autoinstalled import keyring
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py&quot;, line 93, in find_module
    self._install_keyring()
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py&quot;, line 103, in _install_keyring
    &quot;keyring&quot;)
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py&quot;, line 160, in _install
    installer.install(url=url, url_subpath=url_subpath, target_name=target_name)
  File &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/common/system/autoinstall.py&quot;, line 515, in install
    raise Exception(message)
Exception: Error auto-installing the keyring package to:
 &quot;/home/mcatanzaro/src/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/keyring&quot;
 --&gt; Inner message: [Errno 2] No such file or directory: '/tmp/keyring_tFSQ4h/keyring-5.7.1/keyring'


Have not investigated further. The 4.0 package installs just fine.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>