This function is not really necessary, besides, it depends on other functions that don't exist (bug).
CC: Cleber Rosa <[email protected]> Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- installation_support/setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/installation_support/setup.py b/installation_support/setup.py index 3516784..c64e495 100644 --- a/installation_support/setup.py +++ b/installation_support/setup.py @@ -14,15 +14,10 @@ if os.path.isdir('installation_support'): else: pkg_dir = '.' - def get_package_dir(): return {'autotest.installation_support': pkg_dir} -def get_package_data(): - return {'autotest.frontend' : get_file_list()} - - def get_scripts(): return [os.path.join(pkg_dir, 'autotest-database-turnkey'), os.path.join(pkg_dir, 'autotest-firewalld-add-service'), @@ -42,7 +37,6 @@ def run(): version=version.get_version(), url='http://autotest.github.com', package_dir=get_package_dir(), - package_data=get_package_data(), packages=get_packages(), scripts=get_scripts()) -- 1.8.1.4 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
