diff options
author | Derek Straka <derek@asterius.io> | 2020-04-04 13:12:46 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:13 -0700 |
commit | 187ef9450c3495bac17494de6f0476b514eaba7b (patch) | |
tree | a515a800499ed3d9dd46d885f5ef1be241ee7296 /meta-python/recipes-devtools/python/python-setuptools-scm.inc | |
parent | 5c9d583d6d764a68f3174f62e3838318568ea418 (diff) | |
download | meta-openembedded-187ef9450c3495bac17494de6f0476b514eaba7b.tar.gz |
python-setuptools-scm: 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-setuptools-scm.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-setuptools-scm.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-setuptools-scm.inc b/meta-python/recipes-devtools/python/python-setuptools-scm.inc deleted file mode 100644 index a7e1bf6add..0000000000 --- a/meta-python/recipes-devtools/python/python-setuptools-scm.inc +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "the blessed package to manage your versions by scm tags" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | ||
4 | |||
5 | SRC_URI[md5sum] = "50b2199082fe808d032ec1710c9d7415" | ||
6 | SRC_URI[sha256sum] = "bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5" | ||
7 | |||
8 | PYPI_PACKAGE = "setuptools_scm" | ||
9 | inherit pypi | ||
10 | |||
11 | RDEPENDS_${PN}_class-target = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json" | ||
12 | RDEPENDS_${PN}_class-native = "${PYTHON_PN}-setuptools-native" | ||
13 | |||
14 | BBCLASSEXTEND = "native" | ||