diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb deleted file mode 100644 index e6cc4accea..0000000000 --- a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SUMMARY = "Python vcversioner, automagically update the project's version" | ||
2 | HOMEPAGE = "https://github.com/habnabit/vcversioner" | ||
3 | |||
4 | LICENSE = "ISC" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=827a7a91a8d20d3c666b665cd96db8e3" | ||
6 | |||
7 | SRC_URI[md5sum] = "aab6ef5e0cf8614a1b1140ed5b7f107d" | ||
8 | SRC_URI[sha256sum] = "dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b" | ||
9 | |||
10 | inherit pypi setuptools | ||
11 | |||
12 | RDEPENDS_${PN} += "\ | ||
13 | ${PYTHON_PN}-subprocess \ | ||
14 | " | ||
15 | RDEPENDS_${PN}_class-native = "" | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||