mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
remove dirty ugly hack that makes it werid
This commit is contained in:
parent
090f785b49
commit
a0e2bdf07d
@ -321,11 +321,8 @@ def main():
|
||||
lwjgl_dependency = Dependency(uid=LWJGL_COMPONENT)
|
||||
if len(buckets) == 1:
|
||||
suggested_version = next(iter(buckets.values())).version
|
||||
# HACK: forcing hard dependencies here for now...
|
||||
# the UI doesn't know how to filter by this and it looks odd, but it works
|
||||
if is_lwjgl_3:
|
||||
lwjgl_dependency.suggests = suggested_version
|
||||
lwjgl_dependency.equals = suggested_version
|
||||
else:
|
||||
lwjgl_dependency.suggests = '2.9.4-nightly-20150209'
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user