diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-uploads.inc | 12 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-uploads.inc b/meta-python/recipes-devtools/python/python-flask-uploads.inc deleted file mode 100644 index cd7ac1aeb6..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-uploads.inc +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | DESCRIPTION = "Flexible and efficient upload handling for Flask" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b712ac634b39469660c9bdfb8d03421c" | ||
4 | |||
5 | SRC_URI[md5sum] = "e5eee34aa92b64a4d22847672b3858a1" | ||
6 | SRC_URI[sha256sum] = "53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02" | ||
7 | |||
8 | PYPI_PACKAGE = "Flask-Uploads" | ||
9 | |||
10 | RDEPENDS_${PN} += "\ | ||
11 | ${PYTHON_PN}-flask \ | ||
12 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb index 758c2acf71..e8d5b5f2f2 100644 --- a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb | |||
@@ -1,2 +1,14 @@ | |||
1 | DESCRIPTION = "Flexible and efficient upload handling for Flask" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b712ac634b39469660c9bdfb8d03421c" | ||
4 | |||
5 | SRC_URI[md5sum] = "e5eee34aa92b64a4d22847672b3858a1" | ||
6 | SRC_URI[sha256sum] = "53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02" | ||
7 | |||
8 | PYPI_PACKAGE = "Flask-Uploads" | ||
9 | |||
1 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
2 | require python-flask-uploads.inc | 11 | |
12 | RDEPENDS_${PN} += "\ | ||
13 | ${PYTHON_PN}-flask \ | ||
14 | " | ||