Nilesh Patra pushed to branch master at lintian / lintian
Commits:
-
ef70e8a5
by Nilesh Patra at 2023-10-12T18:43:52+00:00
1 changed file:
Changes:
| ... | ... | @@ -35,8 +35,7 @@ sub suppress { |
| 35 | 35 | return 1
|
| 36 | 36 | if $item->dirname =~ m{ [^/] [.] dist-info / $}x
|
| 37 | 37 | && defined $item->parent_dir->child('METADATA')
|
| 38 | - && defined $item->parent_dir->child('WHEEL')
|
|
| 39 | - && defined $item->parent_dir->child('RECORD');
|
|
| 38 | + && defined $item->parent_dir->child('WHEEL');
|
|
| 40 | 39 | |
| 41 | 40 | return 1
|
| 42 | 41 | if $item->dirname =~ m{ [^/] [.] egg-info / $}x
|