mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-21 23:03:59 -09:00
[Peter: drop redundant python|python3 dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
473 B
Makefile
14 lines
473 B
Makefile
################################################################################
|
|
#
|
|
# python-webpy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WEBPY_VERSION = 0.37
|
|
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION))
|
|
PYTHON_WEBPY_SETUP_TYPE = distutils
|
|
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
|
|
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
|
|
|
|
$(eval $(python-package))
|