summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-djangorestframework.inc16
-rw-r--r--meta-python/recipes-devtools/python/python3-djangorestframework_3.9.0.bb18
2 files changed, 16 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python-djangorestframework.inc b/meta-python/recipes-devtools/python/python-djangorestframework.inc
deleted file mode 100644
index 8551a8341d..0000000000
--- a/meta-python/recipes-devtools/python/python-djangorestframework.inc
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "djangorestframework"
2DESCRIPTION = "pip3 install djangorestframework"
3HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
7
8SRC_URI[md5sum] = "0d481bf8dbb87bb927b46798edc1a9bd"
9SRC_URI[sha256sum] = "607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136"
10PYPI_PACKAGE = "djangorestframework"
11
12inherit pypi
13
14RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-django \
16" \ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.9.0.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.9.0.bb
index 9ed6d17266..438a5e19a2 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.9.0.bb
@@ -1,2 +1,16 @@
1require python-djangorestframework.inc 1SUMMARY = "djangorestframework"
2inherit setuptools3 \ No newline at end of file 2DESCRIPTION = "pip3 install djangorestframework"
3HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
7
8SRC_URI[md5sum] = "0d481bf8dbb87bb927b46798edc1a9bd"
9SRC_URI[sha256sum] = "607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136"
10PYPI_PACKAGE = "djangorestframework"
11
12inherit pypi setuptools3
13
14RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-django \
16"