From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 8856] New: python tornado runtime wasn't met on buildroot 2016.02
Date: Fri, 15 Apr 2016 02:00:16 +0000 [thread overview]
Message-ID: <bug-8856-163@https.bugs.busybox.net/> (raw)
https://bugs.busybox.net/show_bug.cgi?id=8856
Bug ID: 8856
Summary: python tornado runtime wasn't met on buildroot 2016.02
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: ckhardin at exablox.com
CC: buildroot at uclibc.org
Target Milestone: ---
in build root 2016.02 it looks like python-tornado doesn't work when installed
on the current version... we did this to get it to work.
diff --git a/package/Config.in b/package/Config.in
index 8f39f49..843cea9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -619,6 +619,7 @@ if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
menu "External python modules"
source "package/python-alsaaudio/Config.in"
source "package/python-backports-abc/Config.in"
+ source "package/python-backports-ssl-match-hostname/Config.in"
source "package/python-beautifulsoup4/Config.in"
source "package/python-bottle/Config.in"
source "package/python-can/Config.in"
diff --git a/package/python-backports-ssl-match-hostname/Config.in
b/package/python-backports-ssl-match-hostname/Config.in
new file mode 100644
index 0000000..b2bb471
--- /dev/null
+++ b/package/python-backports-ssl-match-hostname/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME
+ bool "python-backports-ssl-match-hostname"
+ help
+ The ssl.match_hostname() function from Python 3.5
+
+ https://pypi.python.org/pypi/backports.ssl_match_hostname
diff --git
a/package/python-backports-ssl-match-hostname/python-backports-ssl-match-hostname.hash
b/package/python-backports-ssl-match-hostname/python-backports-ssl-match-hostname.hash
new file mode 100644
index 0000000..4c15d21
--- /dev/null
+++
b/package/python-backports-ssl-match-hostname/python-backports-ssl-match-hostname.hash
@@ -0,0 +1,3 @@
+# md5 from
https://pypi.python.org/pypi?:action=show_md5&digest=c03fc5e2c7b3da46b81acf5cbacfe1e6,
sha256 locally computed
+md5 c03fc5e2c7b3da46b81acf5cbacfe1e6
backports.ssl_match_hostname-3.5.0.1.tar.gz
+sha256 502ad98707319f4a51fa2ca1c677bd659008d27ded9f6380c79e8932e38dcdf2
backports.ssl_match_hostname-3.5.0.1.tar.gz
diff --git
a/package/python-backports-ssl-match-hostname/python-backports-ssl-match-hostname.mk
b/package/python-backports-ssl-match-hostname/python-backports-ssl-match-hostname.mk
new file mode 100644
index 0000000..b2d9133
--- /dev/null
+++
b/package/python-backports-ssl-match-hostname/python-backports-ssl-match-hostname.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-backports-ssl-match-hostname
+#
+################################################################################
+
+PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME_VERSION = 3.5.0.1
+PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME_SOURCE =
backports.ssl_match_hostname-$(PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME_VERSION).tar.gz
+PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME_SITE =
https://pypi.python.org/packages/source/b/backports.ssl_match_hostname
+PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME_LICENSE = Python Software Foundation
License
+PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME_SETUP_TYPE = distutils
+
+$(eval $(python-package))
diff --git a/package/python-tornado/Config.in
b/package/python-tornado/Config.in
index ac86682..8009a58 100644
--- a/package/python-tornado/Config.in
+++ b/package/python-tornado/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_PYTHON_TORNADO
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_SINGLEDISPATCH if BR2_PACKAGE_PYTHON #
runtime
select BR2_PACKAGE_PYTHON_BACKPORTS_ABC # runtime
+ select BR2_PACKAGE_PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME if
BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON_CERTIFI # runtime
help
Tornado is a Python web framework and asynchronous networking
library, originally developed at FriendFeed.
--
You are receiving this mail because:
You are on the CC list for the bug.
next reply other threads:[~2016-04-15 2:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-15 2:00 bugzilla at busybox.net [this message]
2016-04-15 7:34 ` [Buildroot] [Bug 8856] python tornado runtime wasn't met on buildroot 2016.02 bugzilla at busybox.net
2016-10-15 15:31 ` bugzilla at busybox.net
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-8856-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@busybox.net \
/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.