Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14556] New: python-crossbar fails to build
@ 2022-01-27 23:22 bugzilla
  2022-02-07 22:16 ` [Buildroot] [Bug 14556] " bugzilla
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla @ 2022-01-27 23:22 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14556

            Bug ID: 14556
           Summary: python-crossbar fails to build
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: emile.cormier.jr@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

The buildroot crossbar package does not work in the latest release/head of
buildroot. After two days of playing dependency whac-a-mole, I've been able to
make it work again with the following steps:

1. Remove the package-crossbar/0002-Remove-idna-requirement.patch and replace
it with another patch which does the following:

- Change the idna requirement to >=2.5,<4 to match that of the Requests v2.27.1
package included with the latest buildroot. The idna v3.3 package is the one
currently bundled with buildroot.

- Change the urllib3 requirement to >=1.21.1,<1.27 to match that of the
Requests v2.27.1 package included with the latest buildroot. The urllib3
v1.26.8 package is the one currently bundled with buildroot.

- Remove the importlib-resources>=4.1.1 requirement. The importlib-resources
5.0 features have been merged into the CPython 3.10 included with the latest
buildroot.

2. Generate a new python-zlmdb package via utility/scanpypi. scanpypi fails
before terminating, but it generates a viable python-zlmdb package nonetheless.

3. Add a patch for the new python-zlmdb package which removes pytest-runner
from the setup-requirements in setup.py.

4. Bump buildroot's python-pyopenssl version to 21.0.0.

5. Bump buildroot's python-snappy version to 0.6.0.

6. Bump buildroot's python-trek version to 21.5.0.

7. Add these missing dependencies in python-crossbar/Config.in: bcrypt, cffi,
colorama, wsaccel, zlmdb, argon_cffi, cbor2, flatbuffers, msgpack, snappy,
ujson

I will submit a patch with the above changes, but I first need some time to
familiarize myself with your submission conventions.

(Cross-posted to https://github.com/crossbario/crossbar/issues/1936)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-08 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-27 23:22 [Buildroot] [Bug 14556] New: python-crossbar fails to build bugzilla
2022-02-07 22:16 ` [Buildroot] [Bug 14556] " bugzilla
2022-04-03 22:25 ` bugzilla
2022-04-03 22:38 ` bugzilla
2022-04-04  1:06 ` bugzilla
2022-08-08 20:28 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox