]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Remove spurious wheel build dependency 853/head
authorJames Hilliard <james.hilliard1@gmail.com>
Wed, 2 Nov 2022 20:01:58 +0000 (14:01 -0600)
committerJames Hilliard <james.hilliard1@gmail.com>
Wed, 2 Nov 2022 20:02:00 +0000 (14:02 -0600)
Wheel isn't a build dependency so it shouldn't be in setup_requires.

setup.cfg

index 0abd270d1ad6629e90bea8ab789568fe84f7a748..2cb3e0680ba51c9a2f162ff78221af5b15a434c9 100644 (file)
--- 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