diff --git a/_multibuild b/_multibuild
index e9bd620..9bbe6ad 100644
--- a/_multibuild
+++ b/_multibuild
@@ -1,4 +1,5 @@
test-py38
test-py39
+
diff --git a/python-distributed.changes b/python-distributed.changes
index edc5137..16f1e88 100644
--- a/python-distributed.changes
+++ b/python-distributed.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Tue Jan 25 18:29:23 UTC 2022 - Ben Greiner
+
+- Revert distributed-fix-python310.patch addition
+- The patch is gh#dask/distributed#5353
+ * Is not merged upstream
+ * Does not fix the issues
+ * Breaks other flavors
+
+-------------------------------------------------------------------
+Tue Jan 25 09:33:04 UTC 2022 - Dirk Müller
+
+- add distributed-fix-python310.patch to fix build with python 3.10
+
-------------------------------------------------------------------
Thu Jan 20 16:09:54 UTC 2022 - Ben Greiner
diff --git a/python-distributed.spec b/python-distributed.spec
index 9ed6a18..046f7c2 100644
--- a/python-distributed.spec
+++ b/python-distributed.spec
@@ -31,13 +31,14 @@
%bcond_without test
%endif
%if "%{flavor}" == "test-py310"
+# add to _multibuild when enabling python310 (see below)
%define psuffix -test-py310"
%define skip_python38 1
%define skip_python39 1
%bcond_without test
%endif
%if "%{flavor}" == ""
-# https://github.com/dask/distributed/issues/5350
+# https://github.com/dask/distributed/issues/5350 -- NOT fixed by https://github.com/dask/distributed/pull/5353
%define skip_python310 1
%bcond_with test
%endif