drop support for sfa starting with f29
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index 1ba12c7..8c8175a 100644 (file)
--- 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