Skip to content

Commit

Permalink
package/python-greenlet: enable as host package
Browse files Browse the repository at this point in the history
While currently there is no in-tree Buildroot package which depends on
host-python-greenlet, we (Adder Technology) have some proprietary
modules that use it as part of their builds.

I've tested python-greenlet as host package and confirmed that it builds
and works correctly. Someone else might require it, so I'm proposing its
inclusion.

Signed-off-by: Cyril Bur <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
cyrilbur-ibm authored and yann-morin-1998 committed Jan 10, 2022
1 parent 31fd98c commit bb104bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ menu "Host utilities"
source "package/pwgen/Config.in.host"
source "package/python/Config.in.host"
source "package/python-cython/Config.in.host"
source "package/python-greenlet/Config.in.host"
source "package/python-lxml/Config.in.host"
source "package/python-six/Config.in.host"
source "package/python-xlrd/Config.in.host"
Expand Down
7 changes: 7 additions & 0 deletions package/python-greenlet/Config.in.host
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
config BR2_PACKAGE_HOST_PYTHON_GREENLET
bool "host python-greenlet"
help
Greenlets are lightweight coroutines for in-process concurrent
programming.

https://greenlet.readthedocs.io/
1 change: 1 addition & 0 deletions package/python-greenlet/python-greenlet.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF

$(eval $(python-package))
$(eval $(host-python-package))

0 comments on commit bb104bc

Please sign in to comment.