<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>245342</bug_id>
          
          <creation_ts>2022-09-18 10:41:21 -0700</creation_ts>
          <short_desc>[Flatpak SDK] Remove webkitpy auto-installed deps when upgrading to new SDK</short_desc>
          <delta_ts>2022-09-23 07:43:18 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Normand">philn</reporter>
          <assigned_to name="Philippe Normand">philn</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1899362</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2022-09-18 10:41:21 -0700</bug_when>
    <thetext>New Python runtime might be incompatible with them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1899363</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2022-09-18 10:44:46 -0700</bug_when>
    <thetext>Traceback (most recent call last):
  File &quot;/app/webkit/Tools/Scripts/git-webkit&quot;, line 69, in &lt;module&gt;
    sys.exit(program.main(
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py&quot;, line 153, in main
    return parsed.main(
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py&quot;, line 544, in main
    return cls.create_pull_request(repository, args, branch_point)
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py&quot;, line 329, in create_pull_request
    if issue and issue.redacted and args.remote is None:
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py&quot;, line 187, in redacted
    self.title or &apos;&apos;, self.project or &apos;&apos;, self.component or &apos;&apos;, self.version or &apos;&apos;,
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py&quot;, line 89, in title
    self.tracker.populate(self, &apos;title&apos;)
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py&quot;, line 168, in populate
    response = requests.get(&apos;{}/rest/bug/{}{}&apos;.format(self.url, issue.id, self._login_arguments(required=False)))
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py&quot;, line 146, in _login_arguments
    username, password = self.credentials(required=required)
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py&quot;, line 132, in credentials
    return webkitcorepy.credentials(
  File &quot;/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/credentials.py&quot;, line 71, in credentials
    username = keyring.get_password(url, &apos;username&apos;)
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/keyring/core.py&quot;, line 55, in get_password
    return get_keyring().get_password(service_name, username)
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/keyring/backends/chainer.py&quot;, line 51, in get_password
    password = keyring.get_password(service, username)
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/keyring/backends/SecretService.py&quot;, line 83, in get_password
    return item.get_secret().decode(&apos;utf-8&apos;)
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/secretstorage/item.py&quot;, line 105, in get_secret
    decryptor = Cipher(aes, modes.CBC(aes_iv), default_backend()).decryptor()
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/cryptography/hazmat/backends/__init__.py&quot;, line 9, in default_backend
    from cryptography.hazmat.backends.openssl.backend import backend
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/cryptography/hazmat/backends/openssl/__init__.py&quot;, line 6, in &lt;module&gt;
    from cryptography.hazmat.backends.openssl.backend import backend
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/cryptography/hazmat/backends/openssl/backend.py&quot;, line 64, in &lt;module&gt;
    from cryptography.hazmat.bindings.openssl import binding
  File &quot;/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/cryptography/hazmat/bindings/openssl/binding.py&quot;, line 14, in &lt;module&gt;
    from cryptography.hazmat.bindings._openssl import ffi, lib
ModuleNotFoundError: No module named &apos;_cffi_backend&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1899364</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2022-09-18 10:45:26 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4467</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1900637</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-23 07:42:50 -0700</bug_when>
    <thetext>Committed 254789@main (9ae5d27b14fd): &lt;https://commits.webkit.org/254789@main&gt;

Reviewed commits have been landed. Closing PR #4467 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1900638</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-09-23 07:43:18 -0700</bug_when>
    <thetext>&lt;rdar://problem/100324333&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>