diff options
author | Derek Straka <derek@asterius.io> | 2020-02-09 19:55:10 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-09 23:02:39 -0800 |
commit | 6b9db4343afbd611179ab2d10e19970d32fc8ed8 (patch) | |
tree | 63e33467f439059733bcd09e2eb3e0506169ccb0 /meta-python/recipes-devtools/python/python-automat.inc | |
parent | 04cd18f1d986daa3e7b9802e55d33d03429db4d6 (diff) | |
download | meta-openembedded-6b9db4343afbd611179ab2d10e19970d32fc8ed8.tar.gz |
python3-automat: consolidate inc and bb files into a single bb 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/python-automat.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-automat.inc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python-automat.inc b/meta-python/recipes-devtools/python/python-automat.inc deleted file mode 100644 index ec392216e8..0000000000 --- a/meta-python/recipes-devtools/python/python-automat.inc +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | DESCRIPTION = "Self-service finite-state machines for the programmer on the go" | ||
2 | HOMEPAGE = "https://github.com/glyph/Automat" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477" | ||
5 | |||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:" | ||
7 | |||
8 | SRC_URI[md5sum] = "47e980a48201a1dabe37fa11f0187013" | ||
9 | SRC_URI[sha256sum] = "269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484" | ||
10 | |||
11 | PYPI_PACKAGE = "Automat" | ||
12 | |||
13 | inherit pypi | ||
14 | |||
15 | SRC_URI_append = " \ | ||
16 | file://0001-setup.py-remove-the-dependency-on-m2r.patch \ | ||
17 | " | ||
18 | |||
19 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
20 | |||
21 | RDEPENDS_${PN} += "\ | ||
22 | ${PYTHON_PN}-attrs \ | ||
23 | ${PYTHON_PN}-six \ | ||
24 | " | ||