All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/3] python-decorator: Update to add host package
@ 2018-03-20 13:47 Jared Bents
  2018-03-20 13:47 ` [Buildroot] [PATCH v2 2/3] python-networkx: Update to add networkx package Jared Bents
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jared Bents @ 2018-03-20 13:47 UTC (permalink / raw)
  To: buildroot

Update to add host package for python decorator

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
--
v1 -> v2: No change

---
 package/python-decorator/python-decorator.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk
index c0c43f6..f97365f 100644
--- a/package/python-decorator/python-decorator.mk
+++ b/package/python-decorator/python-decorator.mk
@@ -7,7 +7,10 @@
 PYTHON_DECORATOR_VERSION = 4.0.11
 PYTHON_DECORATOR_SITE = https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570
 PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz
+PYTHON_DECORATOR_DEPENDENCIES = python-setuptools
 PYTHON_DECORATOR_LICENSE = BSD-2-Clause
 PYTHON_DECORATOR_SETUP_TYPE = setuptools
+HOST_PYTHON_DECORATOR_DEPENDENCIES = host-python-setuptools
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
1.9.1

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

end of thread, other threads:[~2018-03-20 15:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20 13:47 [Buildroot] [PATCH v2 1/3] python-decorator: Update to add host package Jared Bents
2018-03-20 13:47 ` [Buildroot] [PATCH v2 2/3] python-networkx: Update to add networkx package Jared Bents
2018-03-20 14:28   ` Yegor Yefremov
2018-03-20 15:45     ` Thomas Petazzoni
2018-03-20 13:47 ` [Buildroot] [PATCH v2 3/3] setools: Update to add sedta and seinfoflow Jared Bents
2018-03-20 13:54 ` [Buildroot] [PATCH v2 1/3] python-decorator: Update to add host package Yegor Yefremov
2018-03-20 14:02   ` Jared Bents
2018-03-20 14:20     ` Yegor Yefremov

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.