mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
Fix #926
This commit is contained in:
@@ -783,7 +783,7 @@ class MetadataFactory:
|
|||||||
return (
|
return (
|
||||||
self.archive_id.host == "all_os"
|
self.archive_id.host == "all_os"
|
||||||
and self.archive_id.target in ArchiveId.TARGETS_FOR_HOST["all_os"]
|
and self.archive_id.target in ArchiveId.TARGETS_FOR_HOST["all_os"]
|
||||||
and ver in SimpleSpec("6.7.*")
|
and ver >= Version("6.7.0")
|
||||||
)
|
)
|
||||||
|
|
||||||
def filter_by(ver: Version, ext: str) -> bool:
|
def filter_by(ver: Version, ext: str) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user