diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-18 18:34:43 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-19 14:04:20 -0700 |
commit | 8023f69bf95ec3adeb9911048662a4c829c9cdd0 (patch) | |
tree | e283d7f42c38930af5b2535d7417c078165d2098 /meta-python/recipes-devtools/python/python-djangorestframework.inc | |
parent | 75d08193f05f1022fdb9e71870353f218ec2f9f9 (diff) | |
download | meta-openembedded-8023f69bf95ec3adeb9911048662a4c829c9cdd0.tar.gz |
python3-djangorestframework: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-djangorestframework.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-djangorestframework.inc | 16 |
1 files changed, 0 insertions, 16 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 @@ | |||
1 | SUMMARY = "djangorestframework" | ||
2 | DESCRIPTION = "pip3 install djangorestframework" | ||
3 | HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1" | ||
7 | |||
8 | SRC_URI[md5sum] = "0d481bf8dbb87bb927b46798edc1a9bd" | ||
9 | SRC_URI[sha256sum] = "607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136" | ||
10 | PYPI_PACKAGE = "djangorestframework" | ||
11 | |||
12 | inherit pypi | ||
13 | |||
14 | RDEPENDS_${PN} += "\ | ||
15 | ${PYTHON_PN}-django \ | ||
16 | " \ No newline at end of file | ||