diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-14 12:48:52 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-14 10:12:07 -0800 |
commit | 4124042b7dcf4fa21e4e22c043c7846d08d30c31 (patch) | |
tree | a0bc2116889c483eca4e53697393d610ebe9b7ff /meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | |
parent | dd81e462f703053c4da715458da2758ae7ca900b (diff) | |
download | meta-openembedded-4124042b7dcf4fa21e4e22c043c7846d08d30c31.tar.gz |
python-rfc3986-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/python3-rfc3986-validator_0.1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb new file mode 100644 index 000000000..6491308cb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-rfc3986-validator.inc \ No newline at end of file | ||