diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb index ff72f4c2f6..e605b459ce 100644 --- a/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb | |||
| @@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" | 9 | SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366" |
| 10 | 10 | ||
| 11 | PYPI_PACKAGE="colorclass" | 11 | PYPI_PACKAGE = "colorclass" |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
| 14 | python3-ctypes \ | 14 | python3-ctypes \ |
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb index e64a62bd36..69cf86530a 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | |||
| @@ -36,7 +36,7 @@ export USE_X11 | |||
| 36 | KIVY_GRAPHICS = "gles" | 36 | KIVY_GRAPHICS = "gles" |
| 37 | export KIVY_GRAPHICS | 37 | export KIVY_GRAPHICS |
| 38 | 38 | ||
| 39 | KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" | 39 | KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}" |
| 40 | export KIVY_CROSS_SYSROOT | 40 | export KIVY_CROSS_SYSROOT |
| 41 | 41 | ||
| 42 | REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" | 42 | REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" |
diff --git a/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb b/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb index 3b54e36199..310366325e 100644 --- a/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)" | 1 | SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)" |
| 2 | HOMEPAGE ="https://pypi.org/project/pyhsslms" | 2 | HOMEPAGE = "https://pypi.org/project/pyhsslms" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571" |
| 5 | 5 | ||
diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb index 02f1da8f59..4cbc4c06c4 100644 --- a/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb +++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" | 1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" |
| 2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" |
| 4 | HOMEPAGE="https://github.com/holgern/py-scrypt" | 4 | HOMEPAGE = "https://github.com/holgern/py-scrypt" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" | 6 | SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" |
| 7 | 7 | ||
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb index b623673104..188dfd6efd 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb | |||
| @@ -16,7 +16,7 @@ RDEPENDS:${PN} += "\ | |||
| 16 | 16 | ||
| 17 | PACKAGES =+ "${PN}-tests" | 17 | PACKAGES =+ "${PN}-tests" |
| 18 | RDEPENDS:${PN}-tests = "${PN} python3-unittest" | 18 | RDEPENDS:${PN}-tests = "${PN} python3-unittest" |
| 19 | FILES:${PN}-tests+= " \ | 19 | FILES:${PN}-tests += " \ |
| 20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ |
| 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ |
| 22 | " | 22 | " |
