Switch to new function name

This commit is contained in:
Nick Coghlan
2020-04-10 16:59:39 +10:00
parent a4e69863f1
commit b2773d608f
+1 -1
View File
@@ -409,7 +409,7 @@ def uninstall_options(f):
def lock_options(f):
f = install_base_options(f)
f = requirements_flag(f)
f = emit_requirements_flag(f)
f = dev_only_flag(f)
return f