diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2020-02-10 17:45:30 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-11 16:46:31 -0800 |
| commit | f5ab14744a6abec6ece2a7aeab584278ddbeac78 (patch) | |
| tree | 7e62b7dfd4511dbddc40d005f94b229578a7a400 /meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb | |
| parent | 257ea010b716073acbe6866f4c3968b4962fdc37 (diff) | |
| download | meta-openembedded-f5ab14744a6abec6ece2a7aeab584278ddbeac78.tar.gz | |
python3-bitarray: fix name
This recipe's filename is missing a trailing 'b'.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb new file mode 100644 index 0000000000..7ee444dc9e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-bitarray.inc | ||
