diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-speaklater.inc | 9 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-speaklater.inc b/meta-python/recipes-devtools/python/python-speaklater.inc deleted file mode 100644 index a2534e401e..0000000000 --- a/meta-python/recipes-devtools/python/python-speaklater.inc +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | DESCRIPTION = "Media asset management for Python, with glue code for various frameworks" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801" | ||
4 | |||
5 | SRC_URI[md5sum] = "e8d5dbe36e53d5a35cff227e795e8bbf" | ||
6 | SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9" | ||
7 | |||
8 | PYPI_PACKAGE = "speaklater" | ||
9 | |||
diff --git a/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb index aa4f699be0..5948dc8596 100644 --- a/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | |||
@@ -1,2 +1,9 @@ | |||
1 | DESCRIPTION = "Media asset management for Python, with glue code for various frameworks" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801" | ||
4 | |||
5 | SRC_URI[md5sum] = "e8d5dbe36e53d5a35cff227e795e8bbf" | ||
6 | SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9" | ||
7 | |||
8 | PYPI_PACKAGE = "speaklater" | ||
1 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
2 | require python-speaklater.inc | ||