Skip to content

Commit ad1dad7

Browse files
authored
fix: drop empty other_products (#2988)
Drop empty other_products from f2fs-tools and pcre Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 499e0a0 commit ad1dad7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/test_data/f2fs_tools.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,23 @@
1919
"package_name": "f2fs-tools-1.15.0-2.1.aarch64.rpm",
2020
"product": "f2fs-tools",
2121
"version": "1.15.0",
22-
"other_products": [],
2322
},
2423
{
2524
"url": "http://ftp.fr.debian.org/debian/pool/main/f/f2fs-tools/",
2625
"package_name": "f2fs-tools_1.4.0-2_amd64.deb",
2726
"product": "f2fs-tools",
2827
"version": "1.4.0",
29-
"other_products": [],
3028
},
3129
{
3230
"url": "http://ftp.fr.debian.org/debian/pool/main/f/f2fs-tools/",
3331
"package_name": "f2fs-tools_1.15.0-1_amd64.deb",
3432
"product": "f2fs-tools",
3533
"version": "1.15.0",
36-
"other_products": [],
3734
},
3835
{
3936
"url": "https://downloads.openwrt.org/releases/22.03.0/packages/x86_64/base/",
4037
"package_name": "f2fsck_1.14.0-3_x86_64.ipk",
4138
"product": "f2fs-tools",
4239
"version": "1.14.0",
43-
"other_products": [],
4440
},
4541
]

test/test_data/pcre.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
"package_name": "pcre-8.45-1.fc38.3.aarch64.rpm",
1717
"product": "pcre",
1818
"version": "8.45",
19-
"other_products": [],
2019
},
2120
{
2221
"url": "https://downloads.openwrt.org/releases/packages-19.07/x86_64/packages/",
2322
"package_name": "libpcre_8.43-1_x86_64.ipk",
2423
"product": "pcre",
2524
"version": "8.43",
26-
"other_products": [],
2725
},
2826
]

0 commit comments

Comments
 (0)