Your message dated Sun, 16 Nov 2025 09:00:12 +0000
with message-id <[email protected]>
and subject line Bug#1117916: fixed in strawberry-graphql-django 0.65.1-1
has caused the Debian Bug report #1117916,
regarding strawberry-graphql-django: FTBFS: ModuleNotFoundError: No module 
named 'strawberry'
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.)


-- 
1117916: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117916
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:strawberry-graphql-django
Version: 0.62.0-1
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/202510/

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:strawberry-graphql-django, 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
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
find -type d -name .mypy_cache | xargs rm -rf {} \;
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry_django  
* Building wheel...
Successfully built strawberry_graphql_django-0.62.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry_django/build; python3.13 -m 
pytest tests
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 201, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 156, 
in main
    config = _prepareconfig(args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 342, 
in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
        pluginmanager=pluginmanager, args=args
    )
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 112, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1146, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1527, 
in parse
    self._preparse(args, addopts=addopts)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1431, 
in _preparse
    self.hook.pytest_load_initial_conftests(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        early_config=self, args=args, parser=self._parser
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/warnings.py", line 129, in 
pytest_load_initial_conftests
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 173, in 
pytest_load_initial_conftests
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 361, in 
pytest_load_initial_conftests
    _setup_django(early_config)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 237, in 
_setup_django
    django.setup()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 91, in 
populate
    app_config = AppConfig.create(entry)
  File "/usr/lib/python3/dist-packages/django/apps/config.py", line 193, in 
create
    import_module(entry)
    ~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry_django/build/strawberry_django/__init__.py",
 line 4, in <module>
    from . import auth, filters, mutations, ordering, pagination, relay
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry_django/build/strawberry_django/auth/__init__.py",
 line 1, in <module>
    from .mutations import login, logout, register
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry_django/build/strawberry_django/auth/mutations.py",
 line 6, in <module>
    import strawberry
ModuleNotFoundError: No module named 'strawberry'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry_django/build; python3.13 -m 
pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: strawberry-graphql-django
Source-Version: 0.65.1-1
Done: Carsten Schoenert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
strawberry-graphql-django, 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.
Carsten Schoenert <[email protected]> (supplier of updated 
strawberry-graphql-django 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: Sat, 15 Nov 2025 10:51:00 +0200
Source: strawberry-graphql-django
Binary: strawberry-graphql-django
Architecture: source all
Version: 0.65.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Description:
 strawberry-graphql-django - Strawberry GraphQL Django extension
Closes: 1117916
Changes:
 strawberry-graphql-django (0.65.1-1) unstable; urgency=medium
 .
   * [0d82c47] d/watch: Convert to version 5
   * [9580b9c] d/control: Remove Rules-Requires-Root
   * [05e9c62] New upstream version 0.65.1
   * [1d1d33d] d/control: Add strawberry-graphl to B-D
     (Closes: #1117916)
   * [a1e8332] d/rules: Ignore test_enums.py test file
   * [5d0b863] autopkgtest: Ignore that file here too
   * [2b4f98c] autopkgtest: Add python3-pkg-resources to deps
Checksums-Sha1:
 24e7bd3ab4d8dc8ad25fc2d815ac602a85ed50fb 3299 
strawberry-graphql-django_0.65.1-1.dsc
 ee9e29907a356690ddf7f93b60fd4b6eb3af6cb2 324102 
strawberry-graphql-django_0.65.1.orig.tar.gz
 2be29aa1faa86bb3ab24da707e4277a635c5b9e4 4304 
strawberry-graphql-django_0.65.1-1.debian.tar.xz
 c6a9f53df33bb80b24c2b496e9e9deff6f84b48d 79100 
strawberry-graphql-django_0.65.1-1_all.deb
 ea652685da8afeb3696f1e39af0759f42dbea0df 9199 
strawberry-graphql-django_0.65.1-1_amd64.buildinfo
Checksums-Sha256:
 2a89fc1dab9bd79e8898f88e9590bb12f34dac9224b14c846a48b6f9e3606bef 3299 
strawberry-graphql-django_0.65.1-1.dsc
 419f99ff8d5407c15d4646034fa265d664df74f592033584829a337bf48c7f21 324102 
strawberry-graphql-django_0.65.1.orig.tar.gz
 bbb130a92388d3d94dfdef9f542a49543cff7e1f74a3383ed661524a161347b3 4304 
strawberry-graphql-django_0.65.1-1.debian.tar.xz
 bdb93e871203d4f543807396e7ba30ba8ff87855d0b8302cb846d85c582b6bd7 79100 
strawberry-graphql-django_0.65.1-1_all.deb
 4fcedc1ca7944217a4f0b42ed1e808fa4f8ec9cbad23f29c2f3cf8ae5c284d63 9199 
strawberry-graphql-django_0.65.1-1_amd64.buildinfo
Files:
 6bb99be1fcf93d1e5f2dc1a2cd1dca13 3299 python optional 
strawberry-graphql-django_0.65.1-1.dsc
 e94e8b6b4337f212904df553236589d1 324102 python optional 
strawberry-graphql-django_0.65.1.orig.tar.gz
 c4d44391df5638dcd480f34dd5f6659a 4304 python optional 
strawberry-graphql-django_0.65.1-1.debian.tar.xz
 5b411b7fb1b9913422e61bb06429f985 79100 python optional 
strawberry-graphql-django_0.65.1-1_all.deb
 d7846b8f3e3b958106b974bb0cd12b87 9199 python optional 
strawberry-graphql-django_0.65.1-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmkYZHAYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wl0UP+wSqmPdC4RL/9Bv07lMKEqUY
Tie0yz39BRa5yPzeeJi4nbaXqx+TqBASHKSKf+f1/uItJtGFEiHsOCOHcYnLKCDx
/Jr0zMUGuHHt/8k1BHEQeSZzL3kscbeM0p/Rw6LWwrcFLnBqsQzWRirE8IcK737O
u6h5px0AQWXF7DbLIe5gNgu1NL8VxfiJCgtpUUc4Z7cfMry8YK0Cefk2ivl3/VQy
WRezzOd3YxagGdlTEfNUrRkr02IzZWzSNm7mOVgBFIBzm8I0cYK16wORUizgeKS+
wF7InjaayYWjGw+RS+heQxL1142m+RkOFN34UASmHPhZQqOz+Gi+BRyE7iq4LpTb
+6zZpx7waCCkqY0U2m4Ow1dZRIImMaX8jz102YHWm9zkPDR27wcQIhNmN2QVEFUK
JeaCkdEbyMf/ivQZK2Pe5Tti2a7AmCSOOS2nxqVFJzTAS55VXnMr4CtJdCvle++r
Uk7Y4LQZAsOJlJIY/LNeW7tqjPPng+ac6k2X0tkj2pppOOAAsnq+t9BVAgXYPwy0
KZfbwfiCsJcc4vBcDL6sMUuMNr8KCjDhaks4yg0n1llExtdTu0RUX26tFPUU+dh/
Luz5LaNoM5Nx1g06WletdOCO6HP6M4GwegUi+Q1wi2GLI+tZXrkjvgU+KV+mWGVh
jVFlv7wP6Sg2IRPoZibk
=xCgf
-----END PGP SIGNATURE-----

Attachment: pgpF27s1DwYEU.pgp
Description: PGP signature


--- End Message ---

Reply via email to