diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb index 7e5599e4a..fbba75c43 100644 --- a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.4.bb | |||
@@ -5,18 +5,18 @@ used to create template Projects." | |||
5 | 5 | ||
6 | HOMEPAGE = "https://github.com/pyscaffold/pyscaffold" | 6 | HOMEPAGE = "https://github.com/pyscaffold/pyscaffold" |
7 | SECTION = "devel/python" | 7 | SECTION = "devel/python" |
8 | LICENSE = "MIT" | 8 | LICENSE = "0BSD & MIT" |
9 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91" |
10 | 10 | DEPENDS += "python3-setuptools-scm-native" | |
11 | inherit pypi setuptools3 | ||
12 | |||
13 | PYPI_PACKAGE = "PyScaffold" | ||
14 | 11 | ||
15 | SRC_URI[sha256sum] = "46a2bbdf255ba2efc6c56ae1428249b61d56c4a3e54ef3db0d05fa97792011a5" | 12 | SRC_URI[sha256sum] = "46a2bbdf255ba2efc6c56ae1428249b61d56c4a3e54ef3db0d05fa97792011a5" |
16 | 13 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 14 | inherit pypi setuptools3 |
15 | PYPI_PACKAGE = "PyScaffold" | ||
18 | 16 | ||
19 | RDEPENDS:${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
20 | python3-email \ | 18 | python3-email \ |
21 | python3-compression \ | 19 | python3-compression \ |
22 | " | 20 | " |
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||