diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-14 12:47:58 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-14 10:11:59 -0800 |
commit | dd81e462f703053c4da715458da2758ae7ca900b (patch) | |
tree | cbb759e256522eafcf42051083c7cc3116289567 /meta-python/recipes-devtools/python/python-rfc3339-validator_0.1.1.bb | |
parent | 3984ac6e4fd9091dacd420416d97a59f43039068 (diff) | |
download | meta-openembedded-dd81e462f703053c4da715458da2758ae7ca900b.tar.gz |
python-rfc3339-validator: add recipe
This is an optional dependency for python-jsonschema
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-rfc3339-validator_0.1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-rfc3339-validator_0.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-rfc3339-validator_0.1.1.bb b/meta-python/recipes-devtools/python/python-rfc3339-validator_0.1.1.bb new file mode 100644 index 000000000..29b8a6e0d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-rfc3339-validator_0.1.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools | ||
2 | require python-rfc3339-validator.inc \ No newline at end of file | ||