packages/net/ovn/patches/0002-build-skip-tests-and-docs.patch
Alexandru Ardelean 22ad3368f3 ovn: remove python-six dep
OVN doesn't require Python Six, since about commit
 338a6ddb5e
Maybe even earlier than that.

There are some left-over installations of six in their CI, but no usage in
any Python source code.

Refreshed patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-11-10 14:54:36 +02:00

24 lines
629 B
Diff

From cea7c74ecc4a0843f29ce1882d7876fff199a721 Mon Sep 17 00:00:00 2001
From: Yousong Zhou <yszhou4tech@gmail.com>
Date: Mon, 23 Mar 2020 14:18:30 +0800
Subject: [PATCH] build: skip tests and docs
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
---
Makefile.am | 2 --
1 file changed, 2 deletions(-)
--- a/Makefile.am
+++ b/Makefile.am
@@ -479,11 +479,9 @@ dist-docs:
include automake.mk
-include Documentation/automake.mk
include m4/automake.mk
include lib/automake.mk
include utilities/automake.mk
-include tests/automake.mk
include include/automake.mk
include debian/automake.mk
include lib/ovsdb_automake.mk