]> git.pld-linux.org Git - packages/python3-dns.git/blob - python3-dns-no-wheel.patch
- added no-wheel patch (disable wheel dependency), run tests
[packages/python3-dns.git] / python3-dns-no-wheel.patch
1 --- dnspython-2.2.0/setup.cfg.orig      2022-01-18 14:24:20.406987700 +0100
2 +++ dnspython-2.2.0/setup.cfg   2022-03-05 08:21:35.339056016 +0100
3 @@ -42,7 +42,7 @@ packages =
4      dns.rdtypes.CH
5  python_requires = >=3.6
6  test_suite = tests
7 -setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3
8 +setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
9  
10  [options.extras_require]
11  DOH = httpx>=0.21.1; h2>=4.1.0; requests; requests-toolbelt
This page took 0.053919 seconds and 3 git commands to generate.