aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/python-priority
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-11-26 20:28:39 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-01 17:02:53 -0800
commit0eb37ac4435f3a5f6730a9312b731059ed7e8797 (patch)
tree4cfe5d9e2678d32e48e0d0d2515f05be2f0321dc /recipes-connectivity/python-priority
parente4798b3c6a5782c9047305038715bd8451bf224f (diff)
downloadmeta-python2-0eb37ac4435f3a5f6730a9312b731059ed7e8797.tar.gz
recipes-connectivity: merge inc and bb
Since we no longer need to support two python versions, merge inc and bb. This makes maintenance easier wih AUH and devtool. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-connectivity/python-priority')
-rw-r--r--recipes-connectivity/python-priority/python-priority.inc10
-rw-r--r--recipes-connectivity/python-priority/python-priority_1.3.0.bb11
2 files changed, 9 insertions, 12 deletions
diff --git a/recipes-connectivity/python-priority/python-priority.inc b/recipes-connectivity/python-priority/python-priority.inc
deleted file mode 100644
index aa93819..0000000
--- a/recipes-connectivity/python-priority/python-priority.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "A pure-Python implementation of the HTTP/2 priority tree"
-HOMEPAGE = "https://github.com/python-hyper/priority"
-LICENSE = "MIT"
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ae57d8a09fc8b6b164d7357339619045"
-
-SRC_URI[md5sum] = "4f1ff52f7fa448e9d9cb46337ae86d1e"
-SRC_URI[sha256sum] = "6bc1961a6d7fcacbfc337769f1a382c8e746566aaa365e78047abe9f66b2ffbe"
-
-inherit pypi
diff --git a/recipes-connectivity/python-priority/python-priority_1.3.0.bb b/recipes-connectivity/python-priority/python-priority_1.3.0.bb
index cbe2625..5fdc4db 100644
--- a/recipes-connectivity/python-priority/python-priority_1.3.0.bb
+++ b/recipes-connectivity/python-priority/python-priority_1.3.0.bb
@@ -1,3 +1,10 @@
-require python-priority.inc
+DESCRIPTION = "A pure-Python implementation of the HTTP/2 priority tree"
+HOMEPAGE = "https://github.com/python-hyper/priority"
+LICENSE = "MIT"
-inherit setuptools
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae57d8a09fc8b6b164d7357339619045"
+
+SRC_URI[md5sum] = "4f1ff52f7fa448e9d9cb46337ae86d1e"
+SRC_URI[sha256sum] = "6bc1961a6d7fcacbfc337769f1a382c8e746566aaa365e78047abe9f66b2ffbe"
+
+inherit pypi setuptools