Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-migrate_git.bb
1
2 DESCRIPTION = "A simple language agnostic database migration tool"
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=123c58ff9658c9062dbe401889464492"
6
7 SRCREV = "b53b7168f8ac27e4c557de6e62ad85fe00d99566"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "0.3.8+git${SRCPV}"
12
13 SRC_URI = "git://github.com/kofrasa/migrate;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python"
17 inherit setuptools distutils pkgconfig