Define a module __spec__ for Configurables
The Python 3 import system requires modules to define a __spec__ property. The import system should be expected to probe this property, and so this MR adds the property to the dynamic Configurables modules. Without this MR, builds can generate warnings about __spec__ not being found in the configurables DB.