From bc92fbd729d0e34f89e2edea7596763a1739fe9f Mon Sep 17 00:00:00 2001
From: parmentelat <thierry.parmentelat@inria.fr>
Date: Tue, 18 Dec 2018 11:14:18 +0100
Subject: [PATCH] drop support for sfa starting with f29

---
 lxc.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lxc.mk b/lxc.mk
index 1ba12c7f..8c8175a2 100644
--- a/lxc.mk
+++ b/lxc.mk
@@ -503,6 +503,10 @@ ALL += release
 #
 # sfa - Slice Facility Architecture
 #
+# this is python2, somehow the tests won't pass on f29, so let's move on
+#
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)"
 sfa-MODULES := sfa
 sfa-SPEC := sfa.spec
 ALL += sfa
+endif
-- 
2.47.0