]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch
Add revbump net-analyzer/linkchecker-9.2-r1 to fix bug #513514.
[mjo-overlay.git] / net-analyzer / linkchecker / files / linkchecker-9.2-unbundle.patch
1 setup.py | 7 -------
2 1 file changed, 7 deletions(-)
3
4 diff --git a/setup.py b/setup.py
5 old mode 100755
6 new mode 100644
7 index dc30a7d..d62622b
8 --- a/setup.py
9 +++ b/setup.py
10 @@ -900,9 +900,6 @@ o a command line, GUI and web interface
11 'py2exe': MyPy2exe,
12 'py2app': MyPy2app,
13 },
14 - package_dir = {
15 - 'linkcheck_dns.dns': 'third_party/dnspython/dns',
16 - },
17 packages = [
18 'linkcheck',
19 'linkcheck.bookmarks',
20 @@ -917,10 +914,6 @@ o a command line, GUI and web interface
21 'linkcheck.network',
22 'linkcheck.parser',
23 'linkcheck.plugins',
24 - 'linkcheck_dns.dns',
25 - 'linkcheck_dns.dns.rdtypes',
26 - 'linkcheck_dns.dns.rdtypes.ANY',
27 - 'linkcheck_dns.dns.rdtypes.IN',
28 ],
29 ext_modules = [
30 Extension('linkcheck.HtmlParser.htmlsax',