blob: 3e5c8d3e82eef219a7a96fd4ef4c9b98e22d157b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "XStatic base package with minimal support code"
HOMEPAGE = "http:/bitbucket.org/thomaswaldmann/xstatic"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e"
PYPI_PACKAGE = "XStatic"
SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc"
SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726"
inherit setuptools pypi
# DEPENDS_default: python-pip
DEPENDS += " \
python-pip \
"
# RDEPENDS_default:
RDEPENDS_${PN} += " \
"
|