Closed loomis closed 5 years ago
The RPM package does not build correctly when using setuptools. In particular, the command executables are not available. The pip package needs to be used to create the RPM package.
There is a fundamental problem with using setuptools
to generate the scripts in that it appears impossible to generate a correct RPM from this. All of the pypi to RPM tools found in google fail and just using the RPM to run pip
fails because of conflicts in the dependencies. Is the solution just to drop RPM support for the CLI?
Switch to using setuptools for the creation of the
pip
packages. This has several advantages:This will also make it easier to support the cliff-based style of command line client.