summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
index c2dc44c..aee73f6 100644
--- a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
@@ -4,16 +4,10 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
6 6
7SRCNAME = "positional"
8SRC_URI = "https://pypi.io/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
9"
10
11SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e" 7SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e"
12SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0" 8SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0"
13 9
14S = "${WORKDIR}/${SRCNAME}-${PV}" 10inherit setuptools pypi
15
16inherit setuptools
17 11
18CLEANBROKEN = "1" 12CLEANBROKEN = "1"
19 13