From b87ce8c5bf2fbd7e8272ed899b836582d47b6d1f Mon Sep 17 00:00:00 2001
From: Andreas Tille <tille@debian.org>
Date: Wed, 10 Jan 2024 17:57:47 +0100
Subject: [PATCH] Switch to cython3-legacy

---
 debian/changelog | 10 ++++++++++
 debian/control   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e4e8639..066b543 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-stack-data (0.6.2-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+
+  [ Bas Couwenberg ]
+  * Switch to cython3-legacy
+    Closes: #1056872
+
+ -- Andreas Tille <tille@debian.org>  Wed, 10 Jan 2024 17:57:26 +0100
+
 python-stack-data (0.6.2-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 1a1f245..eda35a6 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  python3-asttokens <!nocheck>,
  python3-littleutils <!nocheck>,
  python3-pure-eval <!nocheck>,
- cython3 <!nocheck>,
+ cython3-legacy <!nocheck>,
  python3-all-dev <!nocheck>,
 Standards-Version: 4.6.2
 Homepage: https://github.com/alexmojaki/stack_data
-- 
GitLab