Draft: Drop the foreign version definition
This package does a brute force on defining the version for this
package, keeping it in close co-ordination with the main python
package. Which is from where, it had picked and harcoded a version.
This all is a problem on an OBS Build Service. Under OBS, we have the option of incremental builds, where OBS would incrementally append a build revision. But because this package was overriding the standard definition of versioning, it broken OBS' assumptions
This proposed change makes the package inline with the rest of the packaging ecosystem.
Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com