kumquat-buildroot/package/python-dnspython/0001-Remove-spurious-wheel-build-dependency.patch
James Hilliard d7b796406e package/python-dnspython: bump to version 2.2.1
Backport patch removing wheel dependency.

Add new host-python-setuptools-scm build dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-11 09:28:46 +01:00

30 lines
934 B
Diff

From 53b989e4ce32c941d748ad33502600497595914a Mon Sep 17 00:00:00 2001
From: James Hilliard <james.hilliard1@gmail.com>
Date: Wed, 2 Nov 2022 14:01:58 -0600
Subject: [PATCH] Remove spurious wheel build dependency
Wheel isn't a build dependency so it shouldn't be in setup_requires.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[james.hilliard1@gmail.com: backport from upstream commit
53b989e4ce32c941d748ad33502600497595914a]
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 0abd270..2cb3e06 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -46,7 +46,7 @@ packages =
dns.rdtypes.CH
python_requires = >=3.7
test_suite = tests
-setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3
+setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
[options.extras_require]
DOH = httpx>=0.21.1; h2>=4.1.0; requests; requests-toolbelt
--
2.34.1