Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openpyexcel.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683329241.864597/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openpyexcel.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-openpyexcel-2.5.14-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openpyexcel.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683329241.864597/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openpyexcel.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-openpyexcel-2.5.14-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-openpyexcel.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683329241.864597/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-openpyexcel.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UdiTcr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openpyexcel-2.5.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/openpyexcel-2.5.14.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd openpyexcel-2.5.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IH0oDB + umask 022 + cd /builddir/build/BUILD + cd openpyexcel-2.5.14 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/openpyexcel copying openpyexcel/__init__.py -> build/lib/openpyexcel copying openpyexcel/_constants.py -> build/lib/openpyexcel copying openpyexcel/conftest.py -> build/lib/openpyexcel creating build/lib/openpyexcel/formula copying openpyexcel/formula/__init__.py -> build/lib/openpyexcel/formula copying openpyexcel/formula/translate.py -> build/lib/openpyexcel/formula copying openpyexcel/formula/tokenizer.py -> build/lib/openpyexcel/formula creating build/lib/openpyexcel/cell copying openpyexcel/cell/cell.py -> build/lib/openpyexcel/cell copying openpyexcel/cell/__init__.py -> build/lib/openpyexcel/cell copying openpyexcel/cell/read_only.py -> build/lib/openpyexcel/cell copying openpyexcel/cell/text.py -> build/lib/openpyexcel/cell copying openpyexcel/cell/interface.py -> build/lib/openpyexcel/cell creating build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/cell_range.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/__init__.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/write_only.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/dimensions.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/pagebreak.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/datavalidation.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/protection.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/views.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/read_only.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/merge.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/properties.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/filters.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/table.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/worksheet.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/related.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/copier.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/hyperlink.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/header_footer.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/page.py -> build/lib/openpyexcel/worksheet copying openpyexcel/worksheet/drawing.py -> build/lib/openpyexcel/worksheet creating build/lib/openpyexcel/xml copying openpyexcel/xml/constants.py -> build/lib/openpyexcel/xml copying openpyexcel/xml/__init__.py -> build/lib/openpyexcel/xml copying openpyexcel/xml/functions.py -> build/lib/openpyexcel/xml creating build/lib/openpyexcel/chart copying openpyexcel/chart/title.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/__init__.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/surface_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/stock_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/reference.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/layout.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/descriptors.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/bar_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/text.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/bubble_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/error_bar.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/label.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/chartspace.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/print_settings.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/reader.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/area_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/plotarea.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/marker.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/axis.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/_3d.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/series.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/series_factory.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/legend.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/trendline.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/scatter_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/data_source.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/line_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/radar_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/updown_bars.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/picture.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/pie_chart.py -> build/lib/openpyexcel/chart copying openpyexcel/chart/shapes.py -> build/lib/openpyexcel/chart creating build/lib/openpyexcel/workbook copying openpyexcel/workbook/__init__.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/web.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/protection.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/views.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/workbook.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/properties.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/function_group.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/parser.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/smart_tags.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/defined_name.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/child.py -> build/lib/openpyexcel/workbook copying openpyexcel/workbook/external_reference.py -> build/lib/openpyexcel/workbook creating build/lib/openpyexcel/reader copying openpyexcel/reader/__init__.py -> build/lib/openpyexcel/reader copying openpyexcel/reader/worksheet.py -> build/lib/openpyexcel/reader copying openpyexcel/reader/strings.py -> build/lib/openpyexcel/reader copying openpyexcel/reader/drawings.py -> build/lib/openpyexcel/reader copying openpyexcel/reader/excel.py -> build/lib/openpyexcel/reader creating build/lib/openpyexcel/comments copying openpyexcel/comments/__init__.py -> build/lib/openpyexcel/comments copying openpyexcel/comments/comments.py -> build/lib/openpyexcel/comments copying openpyexcel/comments/shape_writer.py -> build/lib/openpyexcel/comments copying openpyexcel/comments/author.py -> build/lib/openpyexcel/comments copying openpyexcel/comments/comment_sheet.py -> build/lib/openpyexcel/comments creating build/lib/openpyexcel/packaging copying openpyexcel/packaging/__init__.py -> build/lib/openpyexcel/packaging copying openpyexcel/packaging/extended.py -> build/lib/openpyexcel/packaging copying openpyexcel/packaging/manifest.py -> build/lib/openpyexcel/packaging copying openpyexcel/packaging/workbook.py -> build/lib/openpyexcel/packaging copying openpyexcel/packaging/interface.py -> build/lib/openpyexcel/packaging copying openpyexcel/packaging/relationship.py -> build/lib/openpyexcel/packaging copying openpyexcel/packaging/core.py -> build/lib/openpyexcel/packaging creating build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/__init__.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/protection.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/views.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/chartsheet.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/properties.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/relation.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/custom.py -> build/lib/openpyexcel/chartsheet copying openpyexcel/chartsheet/publish.py -> build/lib/openpyexcel/chartsheet creating build/lib/openpyexcel/formatting copying openpyexcel/formatting/__init__.py -> build/lib/openpyexcel/formatting copying openpyexcel/formatting/formatting.py -> build/lib/openpyexcel/formatting copying openpyexcel/formatting/rule.py -> build/lib/openpyexcel/formatting creating build/lib/openpyexcel/pivot copying openpyexcel/pivot/__init__.py -> build/lib/openpyexcel/pivot copying openpyexcel/pivot/table.py -> build/lib/openpyexcel/pivot copying openpyexcel/pivot/fields.py -> build/lib/openpyexcel/pivot copying openpyexcel/pivot/record.py -> build/lib/openpyexcel/pivot copying openpyexcel/pivot/cache.py -> build/lib/openpyexcel/pivot creating build/lib/openpyexcel/utils copying openpyexcel/utils/cell.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/dataframe.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/__init__.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/indexed_list.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/exceptions.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/protection.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/datetime.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/bound_dictionary.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/escape.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/units.py -> build/lib/openpyexcel/utils copying openpyexcel/utils/formulas.py -> build/lib/openpyexcel/utils creating build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/slots.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/__init__.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/namespace.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/nested.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/base.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/sequence.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/serialisable.py -> build/lib/openpyexcel/descriptors copying openpyexcel/descriptors/excel.py -> build/lib/openpyexcel/descriptors creating build/lib/openpyexcel/compat copying openpyexcel/compat/__init__.py -> build/lib/openpyexcel/compat copying openpyexcel/compat/abc.py -> build/lib/openpyexcel/compat copying openpyexcel/compat/accumulate.py -> build/lib/openpyexcel/compat copying openpyexcel/compat/strings.py -> build/lib/openpyexcel/compat copying openpyexcel/compat/singleton.py -> build/lib/openpyexcel/compat copying openpyexcel/compat/numbers.py -> build/lib/openpyexcel/compat creating build/lib/openpyexcel/writer copying openpyexcel/writer/__init__.py -> build/lib/openpyexcel/writer copying openpyexcel/writer/etree_worksheet.py -> build/lib/openpyexcel/writer copying openpyexcel/writer/workbook.py -> build/lib/openpyexcel/writer copying openpyexcel/writer/theme.py -> build/lib/openpyexcel/writer copying openpyexcel/writer/worksheet.py -> build/lib/openpyexcel/writer copying openpyexcel/writer/strings.py -> build/lib/openpyexcel/writer copying openpyexcel/writer/excel.py -> build/lib/openpyexcel/writer creating build/lib/openpyexcel/drawing copying openpyexcel/drawing/__init__.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/image.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/connector.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/colors.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/spreadsheet_drawing.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/text.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/fill.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/properties.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/geometry.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/effect.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/relation.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/graphic.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/xdr.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/shape.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/line.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/drawing.py -> build/lib/openpyexcel/drawing copying openpyexcel/drawing/picture.py -> build/lib/openpyexcel/drawing creating build/lib/openpyexcel/styles copying openpyexcel/styles/__init__.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/styleable.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/colors.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/cell_style.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/protection.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/table.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/differential.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/fills.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/alignment.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/borders.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/named_styles.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/builtins.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/stylesheet.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/proxy.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/numbers.py -> build/lib/openpyexcel/styles copying openpyexcel/styles/fonts.py -> build/lib/openpyexcel/styles creating build/lib/openpyexcel/workbook/external_link copying openpyexcel/workbook/external_link/__init__.py -> build/lib/openpyexcel/workbook/external_link copying openpyexcel/workbook/external_link/external.py -> build/lib/openpyexcel/workbook/external_link + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Frp8QJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 + cd openpyexcel-2.5.14 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel copying build/lib/openpyexcel/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula copying build/lib/openpyexcel/formula/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula copying build/lib/openpyexcel/formula/translate.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula copying build/lib/openpyexcel/formula/tokenizer.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell copying build/lib/openpyexcel/cell/cell.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell copying build/lib/openpyexcel/cell/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell copying build/lib/openpyexcel/cell/read_only.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell copying build/lib/openpyexcel/cell/text.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell copying build/lib/openpyexcel/cell/interface.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/cell_range.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/write_only.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/dimensions.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/pagebreak.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/datavalidation.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/protection.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/views.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/read_only.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/merge.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/properties.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/filters.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/table.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/worksheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/related.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/copier.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/hyperlink.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/header_footer.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/page.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet copying build/lib/openpyexcel/worksheet/drawing.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml copying build/lib/openpyexcel/xml/constants.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml copying build/lib/openpyexcel/xml/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml copying build/lib/openpyexcel/xml/functions.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/title.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/surface_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/stock_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/reference.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/layout.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/descriptors.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/bar_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/text.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/bubble_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/error_bar.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/label.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/chartspace.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/print_settings.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/reader.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/area_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/plotarea.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/marker.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/axis.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/_3d.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/series.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/series_factory.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/legend.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/trendline.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/scatter_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/data_source.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/line_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/radar_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/updown_bars.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/picture.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/pie_chart.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/chart/shapes.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart copying build/lib/openpyexcel/_constants.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/external_link copying build/lib/openpyexcel/workbook/external_link/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/external_link copying build/lib/openpyexcel/workbook/external_link/external.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/external_link copying build/lib/openpyexcel/workbook/web.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/protection.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/views.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/workbook.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/properties.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/function_group.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/parser.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/smart_tags.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/defined_name.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/child.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook copying build/lib/openpyexcel/workbook/external_reference.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader copying build/lib/openpyexcel/reader/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader copying build/lib/openpyexcel/reader/worksheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader copying build/lib/openpyexcel/reader/strings.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader copying build/lib/openpyexcel/reader/drawings.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader copying build/lib/openpyexcel/reader/excel.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments copying build/lib/openpyexcel/comments/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments copying build/lib/openpyexcel/comments/comments.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments copying build/lib/openpyexcel/comments/shape_writer.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments copying build/lib/openpyexcel/comments/author.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments copying build/lib/openpyexcel/comments/comment_sheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/extended.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/manifest.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/workbook.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/interface.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/relationship.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging copying build/lib/openpyexcel/packaging/core.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/protection.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/views.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/chartsheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/properties.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/relation.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/custom.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet copying build/lib/openpyexcel/chartsheet/publish.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting copying build/lib/openpyexcel/formatting/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting copying build/lib/openpyexcel/formatting/formatting.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting copying build/lib/openpyexcel/formatting/rule.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot copying build/lib/openpyexcel/pivot/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot copying build/lib/openpyexcel/pivot/table.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot copying build/lib/openpyexcel/pivot/fields.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot copying build/lib/openpyexcel/pivot/record.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot copying build/lib/openpyexcel/pivot/cache.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/cell.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/dataframe.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/indexed_list.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/exceptions.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/protection.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/datetime.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/bound_dictionary.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/escape.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/units.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils copying build/lib/openpyexcel/utils/formulas.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/slots.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/namespace.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/nested.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/base.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/sequence.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/serialisable.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors copying build/lib/openpyexcel/descriptors/excel.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/compat/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/compat/abc.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/compat/accumulate.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/compat/strings.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/compat/singleton.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/compat/numbers.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat copying build/lib/openpyexcel/conftest.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/etree_worksheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/workbook.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/theme.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/worksheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/strings.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer copying build/lib/openpyexcel/writer/excel.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/image.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/connector.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/colors.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/spreadsheet_drawing.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/text.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/fill.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/properties.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/geometry.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/effect.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/relation.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/graphic.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/xdr.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/shape.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/line.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/drawing.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing copying build/lib/openpyexcel/drawing/picture.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing creating /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/__init__.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/styleable.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/colors.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/cell_style.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/protection.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/table.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/differential.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/fills.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/alignment.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/borders.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/named_styles.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/builtins.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/stylesheet.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/proxy.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/numbers.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles copying build/lib/openpyexcel/styles/fonts.py -> /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula/translate.py to translate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formula/tokenizer.py to tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell/cell.py to cell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell/read_only.py to read_only.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/cell/interface.py to interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/cell_range.py to cell_range.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/write_only.py to write_only.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/dimensions.py to dimensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/pagebreak.py to pagebreak.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/datavalidation.py to datavalidation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/protection.py to protection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/read_only.py to read_only.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/merge.py to merge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/properties.py to properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/table.py to table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/worksheet.py to worksheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/related.py to related.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/copier.py to copier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/hyperlink.py to hyperlink.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/header_footer.py to header_footer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/page.py to page.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/worksheet/drawing.py to drawing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/xml/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/title.py to title.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/surface_chart.py to surface_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/stock_chart.py to stock_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/reference.py to reference.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/layout.py to layout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/descriptors.py to descriptors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/bar_chart.py to bar_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/bubble_chart.py to bubble_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/error_bar.py to error_bar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/label.py to label.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/_chart.py to _chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/chartspace.py to chartspace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/print_settings.py to print_settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/reader.py to reader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/area_chart.py to area_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/plotarea.py to plotarea.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/marker.py to marker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/axis.py to axis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/_3d.py to _3d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/series.py to series.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/series_factory.py to series_factory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/legend.py to legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/trendline.py to trendline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/scatter_chart.py to scatter_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/data_source.py to data_source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/line_chart.py to line_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/radar_chart.py to radar_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/updown_bars.py to updown_bars.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/picture.py to picture.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/pie_chart.py to pie_chart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chart/shapes.py to shapes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/_constants.py to _constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/external_link/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/external_link/external.py to external.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/web.py to web.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/protection.py to protection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/workbook.py to workbook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/properties.py to properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/function_group.py to function_group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/smart_tags.py to smart_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/defined_name.py to defined_name.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/child.py to child.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/workbook/external_reference.py to external_reference.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader/worksheet.py to worksheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader/strings.py to strings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader/drawings.py to drawings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/reader/excel.py to excel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments/comments.py to comments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments/shape_writer.py to shape_writer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments/author.py to author.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/comments/comment_sheet.py to comment_sheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/extended.py to extended.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/manifest.py to manifest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/workbook.py to workbook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/interface.py to interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/relationship.py to relationship.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/packaging/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/protection.py to protection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/chartsheet.py to chartsheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/properties.py to properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/relation.py to relation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/custom.py to custom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/chartsheet/publish.py to publish.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting/formatting.py to formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/formatting/rule.py to rule.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot/table.py to table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot/record.py to record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/pivot/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/cell.py to cell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/dataframe.py to dataframe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/indexed_list.py to indexed_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/protection.py to protection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/datetime.py to datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/bound_dictionary.py to bound_dictionary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/escape.py to escape.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/units.py to units.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/utils/formulas.py to formulas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/slots.py to slots.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/namespace.py to namespace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/nested.py to nested.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/sequence.py to sequence.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/serialisable.py to serialisable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/descriptors/excel.py to excel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat/abc.py to abc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat/accumulate.py to accumulate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat/strings.py to strings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat/singleton.py to singleton.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/compat/numbers.py to numbers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/etree_worksheet.py to etree_worksheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/workbook.py to workbook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/theme.py to theme.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/worksheet.py to worksheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/strings.py to strings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/writer/excel.py to excel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/image.py to image.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/connector.py to connector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/colors.py to colors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/spreadsheet_drawing.py to spreadsheet_drawing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/fill.py to fill.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/properties.py to properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/geometry.py to geometry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/effect.py to effect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/relation.py to relation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/graphic.py to graphic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/xdr.py to xdr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/shape.py to shape.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/line.py to line.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/drawing.py to drawing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/drawing/picture.py to picture.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/styleable.py to styleable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/colors.py to colors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/cell_style.py to cell_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/protection.py to protection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/table.py to table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/differential.py to differential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/fills.py to fills.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/alignment.py to alignment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/borders.py to borders.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/named_styles.py to named_styles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/builtins.py to builtins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/stylesheet.py to stylesheet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/proxy.py to proxy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/numbers.py to numbers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel/styles/fonts.py to fonts.cpython-39.pyc writing byte-compilation script '/tmp/tmpk4kcg5q6.py' /usr/bin/python3 /tmp/tmpk4kcg5q6.py removing /tmp/tmpk4kcg5q6.py running install_egg_info running egg_info writing openpyexcel.egg-info/PKG-INFO writing dependency_links to openpyexcel.egg-info/dependency_links.txt writing requirements to openpyexcel.egg-info/requires.txt writing top-level names to openpyexcel.egg-info/top_level.txt reading manifest file 'openpyexcel.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'openpyexcel/sample' no previously-included directories found matching 'openpyexcel/benchmarks' no previously-included directories found matching 'openpyexcel/develop' no previously-included directories found matching 'scratchpad' no previously-included directories found matching 'doc' adding license file 'LICENCE.rst' writing manifest file 'openpyexcel.egg-info/SOURCES.txt' Copying openpyexcel.egg-info to /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9/site-packages/openpyexcel-2.5.14-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64//usr/share/doc/python-openpyexcel + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 ~/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 ~/build/BUILD/openpyexcel-2.5.14 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/openpyexcel-2.5.14 + mv /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.5.14-1 --unique-debug-suffix -2.5.14-1.x86_64 --unique-debug-src-base python-openpyexcel-2.5.14-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/openpyexcel-2.5.14 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-openpyexcel-2.5.14-1.noarch Provides: python-openpyexcel python3-openpyexcel = 2.5.14-1 python3.9dist(openpyexcel) = 2.5.14 python3dist(openpyexcel) = 2.5.14 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(et-xmlfile) python3.9dist(jdcal) Processing files: python-openpyexcel-help-2.5.14-1.noarch warning: Empty %files file /builddir/build/BUILD/openpyexcel-2.5.14/doclist.lst Provides: python-openpyexcel-help = 2.5.14-1 python3-openpyexcel-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 Wrote: /builddir/build/RPMS/python-openpyexcel-help-2.5.14-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-openpyexcel-2.5.14-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ekczCn + umask 022 + cd /builddir/build/BUILD + cd openpyexcel-2.5.14 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openpyexcel-2.5.14-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0