Source: mdurl
Version: 0.1.1-1
Severity: serious
Tags: ftbfs patch

Dear Maintainer,

mdurl fails to build from source with versions of flit earlier than
3.2. Attached is a patch to fix the declared build dependency on flit
in the debian/control file to match the supported versions listed in
the package's pyproject.toml file.

-- 
Plasma
diff -Nru mdurl-0.1.1/debian/control mdurl-0.1.1/debian/control
--- mdurl-0.1.1/debian/control	2022-04-07 04:23:21.000000000 -0500
+++ mdurl-0.1.1/debian/control	2022-06-18 13:14:41.000000000 -0500
@@ -5,7 +5,8 @@
 Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
 Build-Depends: debhelper-compat (= 13),
                dh-python,
-               flit,
+               flit (>= 3.2),
+               flit (<< 4),
                pybuild-plugin-pyproject,
                python3-all,
 	       python3-pytest <!nocheck>,

Reply via email to