Your message dated Mon, 04 May 2026 00:07:16 +0000
with message-id <[email protected]>
and subject line Bug#1135447: fixed in python-nacl 1.6.2-2
has caused the Debian Bug report #1135447,
regarding py-macaroon-bakery: FTBFS: E   ModuleNotFoundError: No module named 
'_cffi_backend'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1135447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135447
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:py-macaroon-bakery
Version: 1.3.4-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:py-macaroon-bakery, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:385: python3.14 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)

[... snipped ...]

/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_client.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_client.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_client.py:9: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_codec.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_codec.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_codec.py:6: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_discharge.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_discharge.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_discharge.py:6: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_discharge_all.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_discharge_all.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_discharge_all.py:5: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_httpbakery.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_httpbakery.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_httpbakery.py:3: in <module>
    import macaroonbakery.httpbakery as httpbakery
macaroonbakery/httpbakery/__init__.py:3: in <module>
    from ._client import (
macaroonbakery/httpbakery/_client.py:7: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_keyring.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_keyring.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_keyring.py:5: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_macaroon.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_macaroon.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_macaroon.py:6: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_oven.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_oven.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_oven.py:7: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_store.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_store.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_store.py:5: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_time.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_time.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_time.py:8: in <module>
    import pymacaroons
/usr/lib/python3/dist-packages/pymacaroons/__init__.py:2: in <module>
    from .macaroon import Macaroon
/usr/lib/python3/dist-packages/pymacaroons/macaroon.py:13: in <module>
    from pymacaroons.caveat_delegates import (
/usr/lib/python3/dist-packages/pymacaroons/caveat_delegates/__init__.py:4: in 
<module>
    from .encrypted_first_party import (
/usr/lib/python3/dist-packages/pymacaroons/caveat_delegates/encrypted_first_party.py:4:
 in <module>
    from pymacaroons.field_encryptors import SecretBoxEncryptor
/usr/lib/python3/dist-packages/pymacaroons/field_encryptors/__init__.py:2: in 
<module>
    from .secret_box_encryptor import SecretBoxEncryptor
/usr/lib/python3/dist-packages/pymacaroons/field_encryptors/secret_box_encryptor.py:3:
 in <module>
    from nacl.secret import SecretBox
/usr/lib/python3/dist-packages/nacl/secret.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
_ ERROR collecting 
.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_utils.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build/macaroonbakery/tests/test_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macaroonbakery/tests/test_utils.py:10: in <module>
    import macaroonbakery.bakery as bakery
macaroonbakery/bakery/__init__.py:18: in <module>
    from ._codec import (
macaroonbakery/bakery/_codec.py:8: in <module>
    from ._keys import PublicKey
macaroonbakery/bakery/_keys.py:4: in <module>
    import nacl.public
/usr/lib/python3/dist-packages/nacl/public.py:16: in <module>
    import nacl.bindings
/usr/lib/python3/dist-packages/nacl/bindings/__init__.py:16: in <module>
    from nacl.bindings.crypto_aead import (
/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py:17: in <module>
    from nacl._sodium import ffi, lib
E   ModuleNotFoundError: No module named '_cffi_backend'
=========================== short test summary info ============================
ERROR macaroonbakery/tests/test_agent.py
ERROR macaroonbakery/tests/test_authorizer.py
ERROR macaroonbakery/tests/test_bakery.py
ERROR macaroonbakery/tests/test_checker.py
ERROR macaroonbakery/tests/test_checkers.py
ERROR macaroonbakery/tests/test_client.py
ERROR macaroonbakery/tests/test_codec.py
ERROR macaroonbakery/tests/test_discharge.py
ERROR macaroonbakery/tests/test_discharge_all.py
ERROR macaroonbakery/tests/test_httpbakery.py
ERROR macaroonbakery/tests/test_keyring.py
ERROR macaroonbakery/tests/test_macaroon.py
ERROR macaroonbakery/tests/test_oven.py
ERROR macaroonbakery/tests/test_store.py
ERROR macaroonbakery/tests/test_time.py
ERROR macaroonbakery/tests/test_utils.py
!!!!!!!!!!!!!!!!!!! Interrupted: 16 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 16 errors in 0.40s ==============================
E: pybuild pybuild:485: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_macaroonbakery/build; python3.13 -m 
pytest 
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" 
--parallel=2 returned exit code 13
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-nacl
Source-Version: 1.6.2-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-nacl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated python-nacl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 03 May 2026 19:52:11 +0100
Source: python-nacl
Architecture: source
Version: 1.6.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1135447
Changes:
 python-nacl (1.6.2-2) unstable; urgency=medium
 .
   * Restore missing cffi-backend dependencies (closes: #1135447).
Checksums-Sha1:
 aeae1e7ff86262f4bb7b8ca8a98ffeab5a6a6742 2574 python-nacl_1.6.2-2.dsc
 66afe8f34b6c807078a6949e8c05a0512e6093ba 7052 python-nacl_1.6.2-2.debian.tar.xz
 9a4867b4549cfc696df0e2edaae450bf110f3ffb 4979204 python-nacl_1.6.2-2.git.tar.xz
 2516384a42488ca79fa0f43704bff2aed34efddc 17364 
python-nacl_1.6.2-2_source.buildinfo
Checksums-Sha256:
 277d8bf98152d6070080b04e15ea3104194c942c8426b9b85273c758679277bc 2574 
python-nacl_1.6.2-2.dsc
 4dcf08ab188beb20a9e75b026a928df29756a60d07a5915395f3a56af021dbaf 7052 
python-nacl_1.6.2-2.debian.tar.xz
 56cdd58b297ecc10274812fabb04ac90a200272aac2794963cc94189c9950c50 4979204 
python-nacl_1.6.2-2.git.tar.xz
 d8e4074e80e944db484803ae6c187e19419a1e8c432306fa5e308d60f3a313e9 17364 
python-nacl_1.6.2-2_source.buildinfo
Files:
 03b0cef309e1519e407bd3c826583161 2574 python optional python-nacl_1.6.2-2.dsc
 5fd410e84b56d25f2c7f061582fc5041 7052 python optional 
python-nacl_1.6.2-2.debian.tar.xz
 1e5b947296e0720d4797b87cede9695f 4979204 python optional 
python-nacl_1.6.2-2.git.tar.xz
 e37656d8dcf8c44451166baffbff7333 17364 python optional 
python-nacl_1.6.2-2_source.buildinfo
Git-Tag-Info: tag=2b7bc0cd2badb2057b04787479aeb574df328fa9 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmn3mbgACgkQYG0ITkaD
wHmyTRAAhFjKJROSAKZxD6OcAxRJHWaB7BHdEqcL57heyAoV437pLazmhx99vQoo
RCXTkfb3At2YGc6bZOzjM8oJ//2QzRcT5457WEnUaA3kulB+0I277dCwo7HjLDLt
OJFdLgMzmcXINeO5C1wzbQd2zbOrIZliGM1IF9a+qe//LaTkZ1wyO6eL1KatEb46
mMzgAEbITCXR+58dZ5kFlvi/SXSN+KEgQfFvVglQ59numTEqZg8GbHIFKh0CahTA
KX+kVH9NbNKPoIvVk4CO+qMZmgh+g0/pjwT9nPosqIPQgmUioaQBCzCjFQd801zC
moIAEci7nguXFpo8WTPupM1ZxWjRG1zT9LNF9EojSdS+SgYaOw1j0/eV+gGroUnA
0T4fzHh1vuo1ssTCzxkXc9iMGCNALKvjxZ6/i6LYguIzmlbeZKpeMVNOdq23LMQg
G+GyG8Z9WvjOsmcnpoDrYzhD7IrpC9pGOy+pbxGxjIxyFcXqlSQQzG7mslt0XoKq
p5W2pXkGmdRUKlcTZldlTGGkemdyDp+Uia/k0yqrnCVle1oNGoKLjS+4bs/NAKyc
VpXChxGHUpMg74iuDrSgdG4ByGK77pM8dxBMHWCkcr9FqnXHV9cr4XZcKgN6rQXe
r1hIcyJGTTXCtQWDzN1hASWrhvI7VeIcl1zr2Wrbufxx++479K4=
=NaXd
-----END PGP SIGNATURE-----

Attachment: pgpwBbMeoMYy1.pgp
Description: PGP signature


--- End Message ---

Reply via email to