Create 2 pyi2ncommon rpms: for py3.3 and py3.6
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 5 Dec 2018 15:27:18 +0000 (16:27 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 5 Dec 2018 15:28:43 +0000 (16:28 +0100)
commit4ce926b3098b0688c343a0e0d3fc3df4a6b38132
tree6c33a356962c2d964cea54a6c30be2843b0945a1
parentb59461cc144a1a60d11d634809f3ce17f64c531c
Create 2 pyi2ncommon rpms: for py3.3 and py3.6

The python version, for which pyi2ncommon is installed on target machine,
is fixed in the rpm. It defaults to same version as build host. Managed
to change that by creating setup.cfg file dynamically while running
setup.py . With help of that script, can now create one version for
autotest (py3.6) and one for I2n systems (py3.3)
make_dist.py [new file with mode: 0755]
make_dist.sh [deleted file]