mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
python-pyro: convert to the Python package infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7cce98611b
commit
fac776c8cc
1 changed files with 2 additions and 6 deletions
|
|
@ -9,10 +9,6 @@ PYTHON_PYRO_SOURCE = Pyro-$(PYTHON_PYRO_VERSION).tar.gz
|
|||
PYTHON_PYRO_SITE = https://pypi.python.org/packages/source/P/Pyro/
|
||||
PYTHON_PYRO_LICENSE = MIT
|
||||
PYTHON_PYRO_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYRO_DEPENDENCIES = python
|
||||
PYTHON_PYRO_SETUP_TYPE = distutils
|
||||
|
||||
define PYTHON_PYRO_INSTALL_TARGET_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(python-package))
|
||||
|
|
|
|||
Loading…
Reference in a new issue