aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
blob: db668d7e7d3abc2d4bfaa96f5423a56884c9d7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Programmatically open an editor, capture the result"
HOMEPAGE = "https://github.com/fmoo/python-editor"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"

PV = "0.4+git${SRCPV}"
SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e"

SRCNAME = "python-editor"
SRC_URI = "git://github.com/fmoo/${SRCNAME}.git"

S = "${WORKDIR}/git"

inherit setuptools

DEPENDS += " \
        python-pip \
        "

RDEPENDS_${PN} += " \
        "