From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 14556] New: python-crossbar fails to build
Date: Thu, 27 Jan 2022 23:22:09 +0000 [thread overview]
Message-ID: <bug-14556-163@https.bugs.busybox.net/> (raw)
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
next reply other threads:[~2022-01-27 23:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-27 23:22 bugzilla [this message]
2022-02-07 22:16 ` [Buildroot] [Bug 14556] python-crossbar fails to build 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-14556-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@uclibc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.