diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb index 185a7a5..c7e4dda 100644 --- a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb +++ b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb | |||
| @@ -4,16 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
| 6 | 6 | ||
| 7 | SRCNAME = "automaton" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "230a7bd8bb9a4bc9ba5a3faf0de12c90" | 7 | SRC_URI[md5sum] = "230a7bd8bb9a4bc9ba5a3faf0de12c90" |
| 12 | SRC_URI[sha256sum] = "ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8e11910" | 8 | SRC_URI[sha256sum] = "ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8e11910" |
| 13 | 9 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | 11 | ||
| 18 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 19 | python-pip \ | 13 | python-pip \ |
