On Mon, Jan 03, 2022 at 11:38:55AM +0400, marcandre.lureau@xxxxxxxxxx wrote: > From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > > Fixes: commit 1cc41b1c9 ("pylibfdt: Add packaging metadata") > > Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> Applied, thanks. > --- > setup.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/setup.py b/setup.py > index 00444e64337b..029aa6182221 100755 > --- a/setup.py > +++ b/setup.py > @@ -17,7 +17,7 @@ import sys > > srcdir = os.path.dirname(__file__) > > -with open("README", "r") as fh: > +with open(os.path.join(srcdir, "README"), "r") as fh: > long_description = fh.read() > > def get_top_builddir(): -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
Attachment:
signature.asc
Description: PGP signature