Remove gl_generator version exception.

This commit is contained in:
Josh Matthews 2016-04-06 10:27:21 -04:00
parent 12c04aa66d
commit 7b9a7bdaec

View file

@ -220,7 +220,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder", "uuid"]
exceptions = ["bitflags", "xml-rs", "byteorder", "uuid"]
import toml
content = toml.loads(contents)