PythonFrozenUpdate#
- class neophile.update.python.PythonFrozenUpdate(path, applied)#
Bases:
Update
An update to Python frozen dependencies.
Methods Summary
apply
()Apply an update to frozen Python dependencies.
Build a description of this update.
Methods Documentation
- apply()#
Apply an update to frozen Python dependencies.
- Raises:
subprocess.CalledProcessError – Raised if running
make update-deps
failed.- Return type: