All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pip: add host-python-pip possibility
@ 2020-06-09 12:17 Guillaume W. Bres
  2020-06-10 20:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Guillaume W. Bres @ 2020-06-09 12:17 UTC (permalink / raw)
  To: buildroot

My next contribution requires host-python-pip
because 'import pip' is required in its setup.py
and so, must be present at build time.

This is a just a new option, compatible
with previous packages. Call it with
with 'PYTHON_FOO_DEPENCIES = host-python-pip'

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
---
 package/python-pip/python-pip.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk
index cc40eecdfe..0af41ab807 100644
--- a/package/python-pip/python-pip.mk
+++ b/package/python-pip/python-pip.mk
@@ -12,3 +12,4 @@ PYTHON_PIP_LICENSE = MIT
 PYTHON_PIP_LICENSE_FILES = LICENSE.txt
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-pip: add host-python-pip possibility
  2020-06-09 12:17 [Buildroot] [PATCH 1/1] package/python-pip: add host-python-pip possibility Guillaume W. Bres
@ 2020-06-10 20:47 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-06-10 20:47 UTC (permalink / raw)
  To: buildroot

On Tue,  9 Jun 2020 14:17:02 +0200
"Guillaume W. Bres" <guillaume.bressaix@gmail.com> wrote:

> My next contribution requires host-python-pip
> because 'import pip' is required in its setup.py
> and so, must be present at build time.
> 
> This is a just a new option, compatible
> with previous packages. Call it with
> with 'PYTHON_FOO_DEPENCIES = host-python-pip'
> 
> Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>

Could you preferably send this together with your next contribution, as
a patch series ? This way, we'll see how it fits with the rest of your
contribution.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-06-10 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 12:17 [Buildroot] [PATCH 1/1] package/python-pip: add host-python-pip possibility Guillaume W. Bres
2020-06-10 20:47 ` Thomas Petazzoni

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.