attempting to bridge the gap with pip

uses the appropriate rpm macros for installing python wheels to
provide the base koji lib. Packages the resulting dist-info data
as well.
This commit is contained in:
Christopher O'Brien 2021-01-22 07:39:29 -05:00 committed by Tomas Kopecek
parent 9ab66aee62
commit ffe0a537b7
2 changed files with 46 additions and 20 deletions

View file

@ -47,7 +47,11 @@ setup(
"Operating System :: POSIX :: Linux",
"Topic :: Utilities"
],
packages=['koji', 'koji_cli', 'koji_cli_plugins'],
packages=[
'koji',
'koji_cli',
'koji_cli_plugins',
],
package_dir={
'koji': 'koji',
'koji_cli': 'cli/koji_cli',