diff options
author | Derek Straka <derek@asterius.io> | 2020-04-04 13:29:05 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:13 -0700 |
commit | 532225c0119420ca1ea0a4e49de1db239ab2210b (patch) | |
tree | d49e2dd4d7a155e4fbc6b40bb20a65b77d1ebb11 /meta-python/recipes-devtools/python | |
parent | cb3e4746dc3c1252cfb309326f89fcba06b6727f (diff) | |
download | meta-openembedded-532225c0119420ca1ea0a4e49de1db239ab2210b.tar.gz |
python-robotframework-seriallibrary: Remove unused inc file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-robotframework-seriallibrary.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-robotframework-seriallibrary.inc b/meta-python/recipes-devtools/python/python-robotframework-seriallibrary.inc deleted file mode 100644 index bfcb023a2f..0000000000 --- a/meta-python/recipes-devtools/python/python-robotframework-seriallibrary.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | SUMMARY = "Robot Framework test library for serial connection" | ||
2 | HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" | ||
5 | |||
6 | SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3" | ||
7 | SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19" | ||
8 | |||
9 | SRC_URI = "https://files.pythonhosted.org/packages/ce/e1/1e337dc84a20b9d92d7b243d16bb9f6fc0084967eca7454228bb546efec7/robotframework-seriallibrary-0.3.1.tar.gz" | ||
10 | RDEPENDS_${PN} += " \ | ||
11 | ${PYTHON_PN}-pyserial \ | ||
12 | ${PYTHON_PN}-robotframework \ | ||
13 | " | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||