VERSION hack no longer needed in .spec either

This commit is contained in:
Jay Lee
2021-02-12 15:33:50 +00:00
parent dff48e3146
commit 4f664df087

View File

@@ -11,10 +11,6 @@ sys.modules['FixTk'] = None
proot = os.path.dirname(importlib.import_module('httplib2').__file__)
extra_files = [(os.path.join(proot, 'cacerts.txt'), 'httplib2')]
# dynamically determine where ykman/VERSION lives
yroot = os.path.dirname(importlib.import_module('ykman').__file__)
extra_files += [(os.path.join(yroot, 'VERSION'), 'ykman')]
extra_files += copy_metadata('google-api-python-client')
extra_files += [('cbcm-v1.1beta1.json', '.')]
extra_files += [('contactdelegation-v1.json', '.')]