Skip to content

Commit e8a3ed5

Browse files
committed
sisyphus: raw spec links are broken, remove
1 parent 9b09e35 commit e8a3ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repology/parsers/parsers/sisyphus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def iter_parse(self, path: str, factory: PackageFactory) -> Iterable[PackageMake
5050
pkg.add_links(LinkType.UPSTREAM_HOMEPAGE, packagedata['url'])
5151
pkg.add_links(LinkType.PACKAGE_HOMEPAGE, packagedata['homepage'])
5252
pkg.add_links(LinkType.PACKAGE_RECIPE, packagedata['recipe'])
53-
pkg.add_links(LinkType.PACKAGE_RECIPE_RAW, packagedata['recipe_raw'])
53+
#pkg.add_links(LinkType.PACKAGE_RECIPE_RAW, packagedata['recipe_raw']) # broken
5454
pkg.add_links(LinkType.PACKAGE_ISSUE_TRACKER, packagedata['bugzilla'])
5555

5656
# TODO: parse CPE data when available

0 commit comments

Comments
 (0)