From f5ab14744a6abec6ece2a7aeab584278ddbeac78 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 10 Feb 2020 17:45:30 -0500 Subject: python3-bitarray: fix name This recipe's filename is missing a trailing 'b'. Signed-off-by: Trevor Woerner Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b | 2 -- meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b b/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b deleted file mode 100644 index 7ee444dc9e..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-bitarray.inc 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 @@ +inherit setuptools3 +require python-bitarray.inc -- cgit v1.2.3-54-g00ecf