From 9571b612db6398c25f2cefb2b24938e53bd42ba3 Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Wed, 21 Nov 2018 19:40:40 +0100
Subject: [PATCH] More relaxed pytest patch

---
 .../0011-python3-Drop-pytest-from-requirements.patch            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/packages/to-upstream/0011-python3-Drop-pytest-from-requirements.patch b/patches/packages/to-upstream/0011-python3-Drop-pytest-from-requirements.patch
index 2e4154429..d4b0529d0 100644
--- a/patches/packages/to-upstream/0011-python3-Drop-pytest-from-requirements.patch
+++ b/patches/packages/to-upstream/0011-python3-Drop-pytest-from-requirements.patch
@@ -19,7 +19,7 @@ index 7f47370..0986537 100644
  Py3Build/Compile=$(Py3Build/Compile/Default)
  
 +define python3_drop_pytest_requirements
-+	$(SED) -i '/^pytest/ d' $(PKG_BUILD_DIR)/requirements.txt
++	sed -i '/^pytest/ d' $(PKG_BUILD_DIR)/requirements.txt || true
 +endef
  
  Hooks/Compile/Post += python3_fix_interpreter_paths
-- 
GitLab