From 1c4c8b8a443409c14b05d5d67ab4f369417338c8 Mon Sep 17 00:00:00 2001 From: James Corbett Date: Wed, 17 Aug 2022 15:26:35 -0700 Subject: [PATCH] build: remove pylintrc dist requirement Problem: running 'make dist' requires a pylintrc file which cannot be built and does not exist. Solution: remove the file from the requirements. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5713307..62a1204 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,7 @@ EXTRA_DIST = \ config/tap-driver.py \ NOTICE.LLNS \ README.md \ - NEWS.md \ - scripts/.pylintrc + NEWS.md ACLOCAL_AMFLAGS = -I config