Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-platypush.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686602876.336118/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-platypush.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-platypush-0.24.5-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-platypush.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686602876.336118/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-platypush.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-platypush-0.24.5-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-platypush.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686602876.336118/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-platypush.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.MLW9kN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf platypush-0.24.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/platypush-0.24.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd platypush-0.24.5 + /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.vnlcYh + umask 022 + cd /builddir/build/BUILD + cd platypush-0.24.5 + 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/platypush copying platypush/__init__.py -> build/lib/platypush copying platypush/__main__.py -> build/lib/platypush copying platypush/logger.py -> build/lib/platypush creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_event_parse.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_http.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_cron.py -> build/lib/tests copying tests/__main__.py -> build/lib/tests copying tests/test_procedure.py -> build/lib/tests creating build/lib/platypush/utils copying platypush/utils/__init__.py -> build/lib/platypush/utils copying platypush/utils/ngrok.py -> build/lib/platypush/utils copying platypush/utils/workers.py -> build/lib/platypush/utils copying platypush/utils/manifest.py -> build/lib/platypush/utils creating build/lib/platypush/plugins copying platypush/plugins/__init__.py -> build/lib/platypush/plugins creating build/lib/platypush/cron copying platypush/cron/__init__.py -> build/lib/platypush/cron copying platypush/cron/scheduler.py -> build/lib/platypush/cron creating build/lib/platypush/common copying platypush/common/__init__.py -> build/lib/platypush/common creating build/lib/platypush/context copying platypush/context/__init__.py -> build/lib/platypush/context creating build/lib/platypush/exceptions copying platypush/exceptions/__init__.py -> build/lib/platypush/exceptions copying platypush/exceptions/user.py -> build/lib/platypush/exceptions creating build/lib/platypush/procedure copying platypush/procedure/__init__.py -> build/lib/platypush/procedure creating build/lib/platypush/platydock copying platypush/platydock/__init__.py -> build/lib/platypush/platydock copying platypush/platydock/__main__.py -> build/lib/platypush/platydock creating build/lib/platypush/event copying platypush/event/__init__.py -> build/lib/platypush/event copying platypush/event/hook.py -> build/lib/platypush/event creating build/lib/platypush/config copying platypush/config/__init__.py -> build/lib/platypush/config creating build/lib/platypush/message copying platypush/message/__init__.py -> build/lib/platypush/message creating build/lib/platypush/user copying platypush/user/__init__.py -> build/lib/platypush/user creating build/lib/platypush/bus copying platypush/bus/__init__.py -> build/lib/platypush/bus copying platypush/bus/redis.py -> build/lib/platypush/bus creating build/lib/platypush/backend copying platypush/backend/__init__.py -> build/lib/platypush/backend creating build/lib/platypush/schemas copying platypush/schemas/dbus.py -> build/lib/platypush/schemas copying platypush/schemas/__init__.py -> build/lib/platypush/schemas copying platypush/schemas/switchbot.py -> build/lib/platypush/schemas copying platypush/schemas/spotify.py -> build/lib/platypush/schemas copying platypush/schemas/tidal.py -> build/lib/platypush/schemas copying platypush/schemas/irc.py -> build/lib/platypush/schemas copying platypush/schemas/switch.py -> build/lib/platypush/schemas copying platypush/schemas/mastodon.py -> build/lib/platypush/schemas copying platypush/schemas/slack.py -> build/lib/platypush/schemas copying platypush/schemas/hid.py -> build/lib/platypush/schemas copying platypush/schemas/maps.py -> build/lib/platypush/schemas copying platypush/schemas/wallabag.py -> build/lib/platypush/schemas copying platypush/schemas/gotify.py -> build/lib/platypush/schemas copying platypush/schemas/ngrok.py -> build/lib/platypush/schemas copying platypush/schemas/matrix.py -> build/lib/platypush/schemas copying platypush/schemas/rss.py -> build/lib/platypush/schemas copying platypush/schemas/sun.py -> build/lib/platypush/schemas creating build/lib/platypush/plugins/ssh copying platypush/plugins/ssh/__init__.py -> build/lib/platypush/plugins/ssh creating build/lib/platypush/plugins/stt copying platypush/plugins/stt/__init__.py -> build/lib/platypush/plugins/stt creating build/lib/platypush/plugins/utils copying platypush/plugins/utils/__init__.py -> build/lib/platypush/plugins/utils creating build/lib/platypush/plugins/nmap copying platypush/plugins/nmap/__init__.py -> build/lib/platypush/plugins/nmap creating build/lib/platypush/plugins/zwave copying platypush/plugins/zwave/__init__.py -> build/lib/platypush/plugins/zwave copying platypush/plugins/zwave/_constants.py -> build/lib/platypush/plugins/zwave copying platypush/plugins/zwave/_base.py -> build/lib/platypush/plugins/zwave creating build/lib/platypush/plugins/wiimote copying platypush/plugins/wiimote/__init__.py -> build/lib/platypush/plugins/wiimote creating build/lib/platypush/plugins/sensor copying platypush/plugins/sensor/__init__.py -> build/lib/platypush/plugins/sensor creating build/lib/platypush/plugins/covid19 copying platypush/plugins/covid19/__init__.py -> build/lib/platypush/plugins/covid19 creating build/lib/platypush/plugins/sun copying platypush/plugins/sun/__init__.py -> build/lib/platypush/plugins/sun creating build/lib/platypush/plugins/switchbot copying platypush/plugins/switchbot/__init__.py -> build/lib/platypush/plugins/switchbot creating build/lib/platypush/plugins/shell copying platypush/plugins/shell/__init__.py -> build/lib/platypush/plugins/shell creating build/lib/platypush/plugins/gotify copying platypush/plugins/gotify/__init__.py -> build/lib/platypush/plugins/gotify creating build/lib/platypush/plugins/dbus copying platypush/plugins/dbus/__init__.py -> build/lib/platypush/plugins/dbus creating build/lib/platypush/plugins/gpio copying platypush/plugins/gpio/__init__.py -> build/lib/platypush/plugins/gpio creating build/lib/platypush/plugins/graphite copying platypush/plugins/graphite/__init__.py -> build/lib/platypush/plugins/graphite creating build/lib/platypush/plugins/switch copying platypush/plugins/switch/__init__.py -> build/lib/platypush/plugins/switch creating build/lib/platypush/plugins/mqtt copying platypush/plugins/mqtt/__init__.py -> build/lib/platypush/plugins/mqtt creating build/lib/platypush/plugins/websocket copying platypush/plugins/websocket/__init__.py -> build/lib/platypush/plugins/websocket creating build/lib/platypush/plugins/torrent copying platypush/plugins/torrent/__init__.py -> build/lib/platypush/plugins/torrent creating build/lib/platypush/plugins/mail copying platypush/plugins/mail/__init__.py -> build/lib/platypush/plugins/mail creating build/lib/platypush/plugins/rtorrent copying platypush/plugins/rtorrent/__init__.py -> build/lib/platypush/plugins/rtorrent creating build/lib/platypush/plugins/matrix copying platypush/plugins/matrix/client.py -> build/lib/platypush/plugins/matrix copying platypush/plugins/matrix/__init__.py -> build/lib/platypush/plugins/matrix creating build/lib/platypush/plugins/kafka copying platypush/plugins/kafka/__init__.py -> build/lib/platypush/plugins/kafka creating build/lib/platypush/plugins/tensorflow copying platypush/plugins/tensorflow/__init__.py -> build/lib/platypush/plugins/tensorflow creating build/lib/platypush/plugins/luma copying platypush/plugins/luma/__init__.py -> build/lib/platypush/plugins/luma creating build/lib/platypush/plugins/nextcloud copying platypush/plugins/nextcloud/__init__.py -> build/lib/platypush/plugins/nextcloud creating build/lib/platypush/plugins/weather copying platypush/plugins/weather/__init__.py -> build/lib/platypush/plugins/weather creating build/lib/platypush/plugins/adafruit copying platypush/plugins/adafruit/__init__.py -> build/lib/platypush/plugins/adafruit creating build/lib/platypush/plugins/tcp copying platypush/plugins/tcp/__init__.py -> build/lib/platypush/plugins/tcp creating build/lib/platypush/plugins/smartthings copying platypush/plugins/smartthings/__init__.py -> build/lib/platypush/plugins/smartthings creating build/lib/platypush/plugins/csv copying platypush/plugins/csv/__init__.py -> build/lib/platypush/plugins/csv creating build/lib/platypush/plugins/pushbullet copying platypush/plugins/pushbullet/__init__.py -> build/lib/platypush/plugins/pushbullet creating build/lib/platypush/plugins/zigbee copying platypush/plugins/zigbee/__init__.py -> build/lib/platypush/plugins/zigbee creating build/lib/platypush/plugins/mailgun copying platypush/plugins/mailgun/__init__.py -> build/lib/platypush/plugins/mailgun creating build/lib/platypush/plugins/logger copying platypush/plugins/logger/__init__.py -> build/lib/platypush/plugins/logger creating build/lib/platypush/plugins/twilio copying platypush/plugins/twilio/__init__.py -> build/lib/platypush/plugins/twilio creating build/lib/platypush/plugins/todoist copying platypush/plugins/todoist/__init__.py -> build/lib/platypush/plugins/todoist creating build/lib/platypush/plugins/autoremote copying platypush/plugins/autoremote/__init__.py -> build/lib/platypush/plugins/autoremote creating build/lib/platypush/plugins/bluetooth copying platypush/plugins/bluetooth/__init__.py -> build/lib/platypush/plugins/bluetooth creating build/lib/platypush/plugins/system copying platypush/plugins/system/__init__.py -> build/lib/platypush/plugins/system creating build/lib/platypush/plugins/wallabag copying platypush/plugins/wallabag/__init__.py -> build/lib/platypush/plugins/wallabag creating build/lib/platypush/plugins/slack copying platypush/plugins/slack/__init__.py -> build/lib/platypush/plugins/slack creating build/lib/platypush/plugins/hid copying platypush/plugins/hid/__init__.py -> build/lib/platypush/plugins/hid creating build/lib/platypush/plugins/ping copying platypush/plugins/ping/__init__.py -> build/lib/platypush/plugins/ping creating build/lib/platypush/plugins/inputs copying platypush/plugins/inputs/__init__.py -> build/lib/platypush/plugins/inputs creating build/lib/platypush/plugins/lcd copying platypush/plugins/lcd/__init__.py -> build/lib/platypush/plugins/lcd creating build/lib/platypush/plugins/printer copying platypush/plugins/printer/__init__.py -> build/lib/platypush/plugins/printer creating build/lib/platypush/plugins/assistant copying platypush/plugins/assistant/__init__.py -> build/lib/platypush/plugins/assistant creating build/lib/platypush/plugins/tv copying platypush/plugins/tv/__init__.py -> build/lib/platypush/plugins/tv creating build/lib/platypush/plugins/light copying platypush/plugins/light/__init__.py -> build/lib/platypush/plugins/light creating build/lib/platypush/plugins/google copying platypush/plugins/google/__init__.py -> build/lib/platypush/plugins/google copying platypush/plugins/google/credentials.py -> build/lib/platypush/plugins/google creating build/lib/platypush/plugins/http copying platypush/plugins/http/__init__.py -> build/lib/platypush/plugins/http creating build/lib/platypush/plugins/inspect copying platypush/plugins/inspect/__init__.py -> build/lib/platypush/plugins/inspect creating build/lib/platypush/plugins/lastfm copying platypush/plugins/lastfm/__init__.py -> build/lib/platypush/plugins/lastfm creating build/lib/platypush/plugins/qrcode copying platypush/plugins/qrcode/__init__.py -> build/lib/platypush/plugins/qrcode creating build/lib/platypush/plugins/midi copying platypush/plugins/midi/__init__.py -> build/lib/platypush/plugins/midi creating build/lib/platypush/plugins/pihole copying platypush/plugins/pihole/__init__.py -> build/lib/platypush/plugins/pihole creating build/lib/platypush/plugins/camera copying platypush/plugins/camera/__init__.py -> build/lib/platypush/plugins/camera creating build/lib/platypush/plugins/file copying platypush/plugins/file/__init__.py -> build/lib/platypush/plugins/file creating build/lib/platypush/plugins/db copying platypush/plugins/db/__init__.py -> build/lib/platypush/plugins/db creating build/lib/platypush/plugins/config copying platypush/plugins/config/__init__.py -> build/lib/platypush/plugins/config creating build/lib/platypush/plugins/sound copying platypush/plugins/sound/__init__.py -> build/lib/platypush/plugins/sound copying platypush/plugins/sound/core.py -> build/lib/platypush/plugins/sound creating build/lib/platypush/plugins/variable copying platypush/plugins/variable/__init__.py -> build/lib/platypush/plugins/variable creating build/lib/platypush/plugins/calendar copying platypush/plugins/calendar/__init__.py -> build/lib/platypush/plugins/calendar creating build/lib/platypush/plugins/user copying platypush/plugins/user/__init__.py -> build/lib/platypush/plugins/user creating build/lib/platypush/plugins/otp copying platypush/plugins/otp/__init__.py -> build/lib/platypush/plugins/otp creating build/lib/platypush/plugins/udp copying platypush/plugins/udp/__init__.py -> build/lib/platypush/plugins/udp creating build/lib/platypush/plugins/linode copying platypush/plugins/linode/__init__.py -> build/lib/platypush/plugins/linode creating build/lib/platypush/plugins/mastodon copying platypush/plugins/mastodon/__init__.py -> build/lib/platypush/plugins/mastodon creating build/lib/platypush/plugins/ifttt copying platypush/plugins/ifttt/__init__.py -> build/lib/platypush/plugins/ifttt creating build/lib/platypush/plugins/zeroconf copying platypush/plugins/zeroconf/__init__.py -> build/lib/platypush/plugins/zeroconf creating build/lib/platypush/plugins/foursquare copying platypush/plugins/foursquare/__init__.py -> build/lib/platypush/plugins/foursquare creating build/lib/platypush/plugins/media copying platypush/plugins/media/__init__.py -> build/lib/platypush/plugins/media creating build/lib/platypush/plugins/pwm copying platypush/plugins/pwm/__init__.py -> build/lib/platypush/plugins/pwm creating build/lib/platypush/plugins/redis copying platypush/plugins/redis/__init__.py -> build/lib/platypush/plugins/redis creating build/lib/platypush/plugins/ntfy copying platypush/plugins/ntfy/__init__.py -> build/lib/platypush/plugins/ntfy creating build/lib/platypush/plugins/travisci copying platypush/plugins/travisci/__init__.py -> build/lib/platypush/plugins/travisci creating build/lib/platypush/plugins/mobile copying platypush/plugins/mobile/__init__.py -> build/lib/platypush/plugins/mobile creating build/lib/platypush/plugins/chat copying platypush/plugins/chat/__init__.py -> build/lib/platypush/plugins/chat creating build/lib/platypush/plugins/clipboard copying platypush/plugins/clipboard/__init__.py -> build/lib/platypush/plugins/clipboard creating build/lib/platypush/plugins/rss copying platypush/plugins/rss/__init__.py -> build/lib/platypush/plugins/rss creating build/lib/platypush/plugins/esp copying platypush/plugins/esp/__init__.py -> build/lib/platypush/plugins/esp creating build/lib/platypush/plugins/dropbox copying platypush/plugins/dropbox/__init__.py -> build/lib/platypush/plugins/dropbox creating build/lib/platypush/plugins/music copying platypush/plugins/music/__init__.py -> build/lib/platypush/plugins/music creating build/lib/platypush/plugins/ml copying platypush/plugins/ml/__init__.py -> build/lib/platypush/plugins/ml creating build/lib/platypush/plugins/serial copying platypush/plugins/serial/__init__.py -> build/lib/platypush/plugins/serial creating build/lib/platypush/plugins/alarm copying platypush/plugins/alarm/__init__.py -> build/lib/platypush/plugins/alarm creating build/lib/platypush/plugins/ffmpeg copying platypush/plugins/ffmpeg/__init__.py -> build/lib/platypush/plugins/ffmpeg creating build/lib/platypush/plugins/arduino copying platypush/plugins/arduino/__init__.py -> build/lib/platypush/plugins/arduino creating build/lib/platypush/plugins/ngrok copying platypush/plugins/ngrok/__init__.py -> build/lib/platypush/plugins/ngrok creating build/lib/platypush/plugins/tts copying platypush/plugins/tts/__init__.py -> build/lib/platypush/plugins/tts creating build/lib/platypush/plugins/trello copying platypush/plugins/trello/__init__.py -> build/lib/platypush/plugins/trello creating build/lib/platypush/plugins/ssh/tunnel copying platypush/plugins/ssh/tunnel/__init__.py -> build/lib/platypush/plugins/ssh/tunnel copying platypush/plugins/ssh/tunnel/reverse.py -> build/lib/platypush/plugins/ssh/tunnel copying platypush/plugins/ssh/tunnel/forward.py -> build/lib/platypush/plugins/ssh/tunnel creating build/lib/platypush/plugins/stt/deepspeech copying platypush/plugins/stt/deepspeech/__init__.py -> build/lib/platypush/plugins/stt/deepspeech creating build/lib/platypush/plugins/stt/picovoice copying platypush/plugins/stt/picovoice/__init__.py -> build/lib/platypush/plugins/stt/picovoice creating build/lib/platypush/plugins/stt/picovoice/hotword copying platypush/plugins/stt/picovoice/hotword/__init__.py -> build/lib/platypush/plugins/stt/picovoice/hotword creating build/lib/platypush/plugins/stt/picovoice/speech copying platypush/plugins/stt/picovoice/speech/__init__.py -> build/lib/platypush/plugins/stt/picovoice/speech creating build/lib/platypush/plugins/zwave/mqtt copying platypush/plugins/zwave/mqtt/__init__.py -> build/lib/platypush/plugins/zwave/mqtt creating build/lib/platypush/plugins/switchbot/bluetooth copying platypush/plugins/switchbot/bluetooth/__init__.py -> build/lib/platypush/plugins/switchbot/bluetooth creating build/lib/platypush/plugins/gpio/sensor copying platypush/plugins/gpio/sensor/__init__.py -> build/lib/platypush/plugins/gpio/sensor creating build/lib/platypush/plugins/gpio/zeroborg copying platypush/plugins/gpio/zeroborg/__init__.py -> build/lib/platypush/plugins/gpio/zeroborg creating build/lib/platypush/plugins/gpio/sensor/ltr559 copying platypush/plugins/gpio/sensor/ltr559/__init__.py -> build/lib/platypush/plugins/gpio/sensor/ltr559 creating build/lib/platypush/plugins/gpio/sensor/dht copying platypush/plugins/gpio/sensor/dht/__init__.py -> build/lib/platypush/plugins/gpio/sensor/dht creating build/lib/platypush/plugins/gpio/sensor/accelerometer copying platypush/plugins/gpio/sensor/accelerometer/__init__.py -> build/lib/platypush/plugins/gpio/sensor/accelerometer creating build/lib/platypush/plugins/gpio/sensor/distance copying platypush/plugins/gpio/sensor/distance/__init__.py -> build/lib/platypush/plugins/gpio/sensor/distance creating build/lib/platypush/plugins/gpio/sensor/mcp3008 copying platypush/plugins/gpio/sensor/mcp3008/__init__.py -> build/lib/platypush/plugins/gpio/sensor/mcp3008 creating build/lib/platypush/plugins/gpio/sensor/bme280 copying platypush/plugins/gpio/sensor/bme280/__init__.py -> build/lib/platypush/plugins/gpio/sensor/bme280 creating build/lib/platypush/plugins/gpio/sensor/motion copying platypush/plugins/gpio/sensor/motion/__init__.py -> build/lib/platypush/plugins/gpio/sensor/motion creating build/lib/platypush/plugins/gpio/sensor/envirophat copying platypush/plugins/gpio/sensor/envirophat/__init__.py -> build/lib/platypush/plugins/gpio/sensor/envirophat creating build/lib/platypush/plugins/gpio/sensor/accelerometer/lib copying platypush/plugins/gpio/sensor/accelerometer/lib/__init__.py -> build/lib/platypush/plugins/gpio/sensor/accelerometer/lib copying platypush/plugins/gpio/sensor/accelerometer/lib/LIS3DH.py -> build/lib/platypush/plugins/gpio/sensor/accelerometer/lib creating build/lib/platypush/plugins/gpio/sensor/distance/vl53l1x copying platypush/plugins/gpio/sensor/distance/vl53l1x/__init__.py -> build/lib/platypush/plugins/gpio/sensor/distance/vl53l1x creating build/lib/platypush/plugins/gpio/sensor/motion/pmw3901 copying platypush/plugins/gpio/sensor/motion/pmw3901/__init__.py -> build/lib/platypush/plugins/gpio/sensor/motion/pmw3901 creating build/lib/platypush/plugins/gpio/zeroborg/lib copying platypush/plugins/gpio/zeroborg/lib/__init__.py -> build/lib/platypush/plugins/gpio/zeroborg/lib creating build/lib/platypush/plugins/switch/wemo copying platypush/plugins/switch/wemo/__init__.py -> build/lib/platypush/plugins/switch/wemo copying platypush/plugins/switch/wemo/scanner.py -> build/lib/platypush/plugins/switch/wemo copying platypush/plugins/switch/wemo/lib.py -> build/lib/platypush/plugins/switch/wemo creating build/lib/platypush/plugins/switch/tplink copying platypush/plugins/switch/tplink/__init__.py -> build/lib/platypush/plugins/switch/tplink creating build/lib/platypush/plugins/mail/imap copying platypush/plugins/mail/imap/__init__.py -> build/lib/platypush/plugins/mail/imap creating build/lib/platypush/plugins/mail/smtp copying platypush/plugins/mail/smtp/__init__.py -> build/lib/platypush/plugins/mail/smtp creating build/lib/platypush/plugins/luma/oled copying platypush/plugins/luma/oled/__init__.py -> build/lib/platypush/plugins/luma/oled creating build/lib/platypush/plugins/weather/openweathermap copying platypush/plugins/weather/openweathermap/__init__.py -> build/lib/platypush/plugins/weather/openweathermap creating build/lib/platypush/plugins/weather/buienradar copying platypush/plugins/weather/buienradar/__init__.py -> build/lib/platypush/plugins/weather/buienradar creating build/lib/platypush/plugins/weather/darksky copying platypush/plugins/weather/darksky/__init__.py -> build/lib/platypush/plugins/weather/darksky creating build/lib/platypush/plugins/adafruit/io copying platypush/plugins/adafruit/io/__init__.py -> build/lib/platypush/plugins/adafruit/io creating build/lib/platypush/plugins/zigbee/mqtt copying platypush/plugins/zigbee/mqtt/__init__.py -> build/lib/platypush/plugins/zigbee/mqtt creating build/lib/platypush/plugins/bluetooth/ble copying platypush/plugins/bluetooth/ble/__init__.py -> build/lib/platypush/plugins/bluetooth/ble creating build/lib/platypush/plugins/lcd/gpio copying platypush/plugins/lcd/gpio/__init__.py -> build/lib/platypush/plugins/lcd/gpio creating build/lib/platypush/plugins/lcd/i2c copying platypush/plugins/lcd/i2c/__init__.py -> build/lib/platypush/plugins/lcd/i2c creating build/lib/platypush/plugins/printer/cups copying platypush/plugins/printer/cups/__init__.py -> build/lib/platypush/plugins/printer/cups creating build/lib/platypush/plugins/assistant/google copying platypush/plugins/assistant/google/__init__.py -> build/lib/platypush/plugins/assistant/google creating build/lib/platypush/plugins/assistant/echo copying platypush/plugins/assistant/echo/__init__.py -> build/lib/platypush/plugins/assistant/echo creating build/lib/platypush/plugins/assistant/google/lib copying platypush/plugins/assistant/google/lib/__init__.py -> build/lib/platypush/plugins/assistant/google/lib creating build/lib/platypush/plugins/assistant/google/pushtotalk copying platypush/plugins/assistant/google/pushtotalk/__init__.py -> build/lib/platypush/plugins/assistant/google/pushtotalk creating build/lib/platypush/plugins/tv/samsung copying platypush/plugins/tv/samsung/__init__.py -> build/lib/platypush/plugins/tv/samsung creating build/lib/platypush/plugins/tv/samsung/ws copying platypush/plugins/tv/samsung/ws/__init__.py -> build/lib/platypush/plugins/tv/samsung/ws creating build/lib/platypush/plugins/light/hue copying platypush/plugins/light/hue/__init__.py -> build/lib/platypush/plugins/light/hue creating build/lib/platypush/plugins/google/youtube copying platypush/plugins/google/youtube/__init__.py -> build/lib/platypush/plugins/google/youtube creating build/lib/platypush/plugins/google/mail copying platypush/plugins/google/mail/__init__.py -> build/lib/platypush/plugins/google/mail creating build/lib/platypush/plugins/google/translate copying platypush/plugins/google/translate/__init__.py -> build/lib/platypush/plugins/google/translate creating build/lib/platypush/plugins/google/maps copying platypush/plugins/google/maps/__init__.py -> build/lib/platypush/plugins/google/maps creating build/lib/platypush/plugins/google/calendar copying platypush/plugins/google/calendar/__init__.py -> build/lib/platypush/plugins/google/calendar creating build/lib/platypush/plugins/google/pubsub copying platypush/plugins/google/pubsub/__init__.py -> build/lib/platypush/plugins/google/pubsub creating build/lib/platypush/plugins/google/fit copying platypush/plugins/google/fit/__init__.py -> build/lib/platypush/plugins/google/fit creating build/lib/platypush/plugins/google/drive copying platypush/plugins/google/drive/__init__.py -> build/lib/platypush/plugins/google/drive creating build/lib/platypush/plugins/http/webpage copying platypush/plugins/http/webpage/__init__.py -> build/lib/platypush/plugins/http/webpage creating build/lib/platypush/plugins/http/request copying platypush/plugins/http/request/__init__.py -> build/lib/platypush/plugins/http/request creating build/lib/platypush/plugins/http/request/rss copying platypush/plugins/http/request/rss/__init__.py -> build/lib/platypush/plugins/http/request/rss creating build/lib/platypush/plugins/camera/ir copying platypush/plugins/camera/ir/__init__.py -> build/lib/platypush/plugins/camera/ir creating build/lib/platypush/plugins/camera/android copying platypush/plugins/camera/android/__init__.py -> build/lib/platypush/plugins/camera/android creating build/lib/platypush/plugins/camera/cv copying platypush/plugins/camera/cv/__init__.py -> build/lib/platypush/plugins/camera/cv creating build/lib/platypush/plugins/camera/pi copying platypush/plugins/camera/pi/__init__.py -> build/lib/platypush/plugins/camera/pi copying platypush/plugins/camera/pi/model.py -> build/lib/platypush/plugins/camera/pi creating build/lib/platypush/plugins/camera/gstreamer copying platypush/plugins/camera/gstreamer/__init__.py -> build/lib/platypush/plugins/camera/gstreamer copying platypush/plugins/camera/gstreamer/model.py -> build/lib/platypush/plugins/camera/gstreamer creating build/lib/platypush/plugins/camera/ffmpeg copying platypush/plugins/camera/ffmpeg/__init__.py -> build/lib/platypush/plugins/camera/ffmpeg copying platypush/plugins/camera/ffmpeg/model.py -> build/lib/platypush/plugins/camera/ffmpeg creating build/lib/platypush/plugins/camera/model copying platypush/plugins/camera/model/__init__.py -> build/lib/platypush/plugins/camera/model copying platypush/plugins/camera/model/camera.py -> build/lib/platypush/plugins/camera/model copying platypush/plugins/camera/model/exceptions.py -> build/lib/platypush/plugins/camera/model creating build/lib/platypush/plugins/camera/ir/mlx90640 copying platypush/plugins/camera/ir/mlx90640/__init__.py -> build/lib/platypush/plugins/camera/ir/mlx90640 creating build/lib/platypush/plugins/camera/android/ipcam copying platypush/plugins/camera/android/ipcam/__init__.py -> build/lib/platypush/plugins/camera/android/ipcam creating build/lib/platypush/plugins/camera/model/writer copying platypush/plugins/camera/model/writer/__init__.py -> build/lib/platypush/plugins/camera/model/writer copying platypush/plugins/camera/model/writer/cv.py -> build/lib/platypush/plugins/camera/model/writer copying platypush/plugins/camera/model/writer/index.py -> build/lib/platypush/plugins/camera/model/writer copying platypush/plugins/camera/model/writer/ffmpeg.py -> build/lib/platypush/plugins/camera/model/writer copying platypush/plugins/camera/model/writer/image.py -> build/lib/platypush/plugins/camera/model/writer creating build/lib/platypush/plugins/camera/model/writer/preview copying platypush/plugins/camera/model/writer/preview/__init__.py -> build/lib/platypush/plugins/camera/model/writer/preview copying platypush/plugins/camera/model/writer/preview/ffplay.py -> build/lib/platypush/plugins/camera/model/writer/preview copying platypush/plugins/camera/model/writer/preview/ui.py -> build/lib/platypush/plugins/camera/model/writer/preview creating build/lib/platypush/plugins/camera/model/writer/preview/wx copying platypush/plugins/camera/model/writer/preview/wx/__init__.py -> build/lib/platypush/plugins/camera/model/writer/preview/wx copying platypush/plugins/camera/model/writer/preview/wx/ui.py -> build/lib/platypush/plugins/camera/model/writer/preview/wx creating build/lib/platypush/plugins/calendar/ical copying platypush/plugins/calendar/ical/__init__.py -> build/lib/platypush/plugins/calendar/ical creating build/lib/platypush/plugins/media/search copying platypush/plugins/media/search/__init__.py -> build/lib/platypush/plugins/media/search copying platypush/plugins/media/search/local.py -> build/lib/platypush/plugins/media/search copying platypush/plugins/media/search/jellyfin.py -> build/lib/platypush/plugins/media/search copying platypush/plugins/media/search/plex.py -> build/lib/platypush/plugins/media/search copying platypush/plugins/media/search/youtube.py -> build/lib/platypush/plugins/media/search copying platypush/plugins/media/search/torrent.py -> build/lib/platypush/plugins/media/search creating build/lib/platypush/plugins/media/chromecast copying platypush/plugins/media/chromecast/__init__.py -> build/lib/platypush/plugins/media/chromecast creating build/lib/platypush/plugins/media/mpv copying platypush/plugins/media/mpv/__init__.py -> build/lib/platypush/plugins/media/mpv creating build/lib/platypush/plugins/media/omxplayer copying platypush/plugins/media/omxplayer/__init__.py -> build/lib/platypush/plugins/media/omxplayer creating build/lib/platypush/plugins/media/lib copying platypush/plugins/media/lib/__init__.py -> build/lib/platypush/plugins/media/lib copying platypush/plugins/media/lib/plexcast.py -> build/lib/platypush/plugins/media/lib creating build/lib/platypush/plugins/media/webtorrent copying platypush/plugins/media/webtorrent/__init__.py -> build/lib/platypush/plugins/media/webtorrent creating build/lib/platypush/plugins/media/subtitles copying platypush/plugins/media/subtitles/__init__.py -> build/lib/platypush/plugins/media/subtitles creating build/lib/platypush/plugins/media/kodi copying platypush/plugins/media/kodi/__init__.py -> build/lib/platypush/plugins/media/kodi creating build/lib/platypush/plugins/media/vlc copying platypush/plugins/media/vlc/__init__.py -> build/lib/platypush/plugins/media/vlc creating build/lib/platypush/plugins/media/gstreamer copying platypush/plugins/media/gstreamer/__init__.py -> build/lib/platypush/plugins/media/gstreamer copying platypush/plugins/media/gstreamer/model.py -> build/lib/platypush/plugins/media/gstreamer creating build/lib/platypush/plugins/media/mplayer copying platypush/plugins/media/mplayer/__init__.py -> build/lib/platypush/plugins/media/mplayer creating build/lib/platypush/plugins/media/jellyfin copying platypush/plugins/media/jellyfin/__init__.py -> build/lib/platypush/plugins/media/jellyfin creating build/lib/platypush/plugins/media/plex copying platypush/plugins/media/plex/__init__.py -> build/lib/platypush/plugins/media/plex creating build/lib/platypush/plugins/pwm/pca9685 copying platypush/plugins/pwm/pca9685/__init__.py -> build/lib/platypush/plugins/pwm/pca9685 creating build/lib/platypush/plugins/mobile/join copying platypush/plugins/mobile/join/__init__.py -> build/lib/platypush/plugins/mobile/join creating build/lib/platypush/plugins/chat/telegram copying platypush/plugins/chat/telegram/__init__.py -> build/lib/platypush/plugins/chat/telegram creating build/lib/platypush/plugins/chat/irc copying platypush/plugins/chat/irc/_bot.py -> build/lib/platypush/plugins/chat/irc copying platypush/plugins/chat/irc/__init__.py -> build/lib/platypush/plugins/chat/irc creating build/lib/platypush/plugins/esp/models copying platypush/plugins/esp/models/__init__.py -> build/lib/platypush/plugins/esp/models copying platypush/plugins/esp/models/connection.py -> build/lib/platypush/plugins/esp/models copying platypush/plugins/esp/models/device.py -> build/lib/platypush/plugins/esp/models creating build/lib/platypush/plugins/music/mpd copying platypush/plugins/music/mpd/__init__.py -> build/lib/platypush/plugins/music/mpd creating build/lib/platypush/plugins/music/tidal copying platypush/plugins/music/tidal/__init__.py -> build/lib/platypush/plugins/music/tidal copying platypush/plugins/music/tidal/workers.py -> build/lib/platypush/plugins/music/tidal creating build/lib/platypush/plugins/music/spotify copying platypush/plugins/music/spotify/__init__.py -> build/lib/platypush/plugins/music/spotify creating build/lib/platypush/plugins/music/snapcast copying platypush/plugins/music/snapcast/__init__.py -> build/lib/platypush/plugins/music/snapcast creating build/lib/platypush/plugins/ml/cv copying platypush/plugins/ml/cv/__init__.py -> build/lib/platypush/plugins/ml/cv creating build/lib/platypush/plugins/tts/mimic3 copying platypush/plugins/tts/mimic3/__init__.py -> build/lib/platypush/plugins/tts/mimic3 creating build/lib/platypush/plugins/tts/google copying platypush/plugins/tts/google/__init__.py -> build/lib/platypush/plugins/tts/google creating build/lib/platypush/common/spotify copying platypush/common/spotify/__init__.py -> build/lib/platypush/common/spotify creating build/lib/platypush/common/gstreamer copying platypush/common/gstreamer/__init__.py -> build/lib/platypush/common/gstreamer creating build/lib/platypush/event/processor copying platypush/event/processor/__init__.py -> build/lib/platypush/event/processor creating build/lib/platypush/message/response copying platypush/message/response/__init__.py -> build/lib/platypush/message/response copying platypush/message/response/bluetooth.py -> build/lib/platypush/message/response copying platypush/message/response/ssh.py -> build/lib/platypush/message/response copying platypush/message/response/stt.py -> build/lib/platypush/message/response copying platypush/message/response/pihole.py -> build/lib/platypush/message/response copying platypush/message/response/trello.py -> build/lib/platypush/message/response copying platypush/message/response/todoist.py -> build/lib/platypush/message/response copying platypush/message/response/translate.py -> build/lib/platypush/message/response copying platypush/message/response/tensorflow.py -> build/lib/platypush/message/response copying platypush/message/response/esp.py -> build/lib/platypush/message/response copying platypush/message/response/linode.py -> build/lib/platypush/message/response copying platypush/message/response/qrcode.py -> build/lib/platypush/message/response copying platypush/message/response/ping.py -> build/lib/platypush/message/response creating build/lib/platypush/message/event copying platypush/message/event/dbus.py -> build/lib/platypush/message/event copying platypush/message/event/__init__.py -> build/lib/platypush/message/event copying platypush/message/event/bluetooth.py -> build/lib/platypush/message/event copying platypush/message/event/github.py -> build/lib/platypush/message/event copying platypush/message/event/foursquare.py -> build/lib/platypush/message/event copying platypush/message/event/wiimote.py -> build/lib/platypush/message/event copying platypush/message/event/irc.py -> build/lib/platypush/message/event copying platypush/message/event/stt.py -> build/lib/platypush/message/event copying platypush/message/event/midi.py -> build/lib/platypush/message/event copying platypush/message/event/adafruit.py -> build/lib/platypush/message/event copying platypush/message/event/distance.py -> build/lib/platypush/message/event copying platypush/message/event/camera.py -> build/lib/platypush/message/event copying platypush/message/event/hid.py -> build/lib/platypush/message/event copying platypush/message/event/light.py -> build/lib/platypush/message/event copying platypush/message/event/pushbullet.py -> build/lib/platypush/message/event copying platypush/message/event/custom.py -> build/lib/platypush/message/event copying platypush/message/event/weather.py -> build/lib/platypush/message/event copying platypush/message/event/gps.py -> build/lib/platypush/message/event copying platypush/message/event/trello.py -> build/lib/platypush/message/event copying platypush/message/event/mail.py -> build/lib/platypush/message/event copying platypush/message/event/application.py -> build/lib/platypush/message/event copying platypush/message/event/scard.py -> build/lib/platypush/message/event copying platypush/message/event/todoist.py -> build/lib/platypush/message/event copying platypush/message/event/gotify.py -> build/lib/platypush/message/event copying platypush/message/event/clipboard.py -> build/lib/platypush/message/event copying platypush/message/event/ngrok.py -> build/lib/platypush/message/event copying platypush/message/event/zeroborg.py -> build/lib/platypush/message/event copying platypush/message/event/travisci.py -> build/lib/platypush/message/event copying platypush/message/event/sound.py -> build/lib/platypush/message/event copying platypush/message/event/tensorflow.py -> build/lib/platypush/message/event copying platypush/message/event/zeroconf.py -> build/lib/platypush/message/event copying platypush/message/event/torrent.py -> build/lib/platypush/message/event copying platypush/message/event/nfc.py -> build/lib/platypush/message/event copying platypush/message/event/geo.py -> build/lib/platypush/message/event copying platypush/message/event/media.py -> build/lib/platypush/message/event copying platypush/message/event/alarm.py -> build/lib/platypush/message/event copying platypush/message/event/mqtt.py -> build/lib/platypush/message/event copying platypush/message/event/nextcloud.py -> build/lib/platypush/message/event copying platypush/message/event/zwave.py -> build/lib/platypush/message/event copying platypush/message/event/kafka.py -> build/lib/platypush/message/event copying platypush/message/event/matrix.py -> build/lib/platypush/message/event copying platypush/message/event/linode.py -> build/lib/platypush/message/event copying platypush/message/event/qrcode.py -> build/lib/platypush/message/event copying platypush/message/event/ping.py -> build/lib/platypush/message/event copying platypush/message/event/rss.py -> build/lib/platypush/message/event copying platypush/message/event/sun.py -> build/lib/platypush/message/event copying platypush/message/event/inotify.py -> build/lib/platypush/message/event copying platypush/message/event/joystick.py -> build/lib/platypush/message/event copying platypush/message/event/websocket.py -> build/lib/platypush/message/event copying platypush/message/event/covid19.py -> build/lib/platypush/message/event copying platypush/message/event/ntfy.py -> build/lib/platypush/message/event copying platypush/message/event/file.py -> build/lib/platypush/message/event creating build/lib/platypush/message/request copying platypush/message/request/__init__.py -> build/lib/platypush/message/request creating build/lib/platypush/message/response/weather copying platypush/message/response/weather/__init__.py -> build/lib/platypush/message/response/weather copying platypush/message/response/weather/buienradar.py -> build/lib/platypush/message/response/weather creating build/lib/platypush/message/response/system copying platypush/message/response/system/__init__.py -> build/lib/platypush/message/response/system creating build/lib/platypush/message/response/printer copying platypush/message/response/printer/__init__.py -> build/lib/platypush/message/response/printer copying platypush/message/response/printer/cups.py -> build/lib/platypush/message/response/printer creating build/lib/platypush/message/response/google copying platypush/message/response/google/__init__.py -> build/lib/platypush/message/response/google copying platypush/message/response/google/drive.py -> build/lib/platypush/message/response/google creating build/lib/platypush/message/response/camera copying platypush/message/response/camera/__init__.py -> build/lib/platypush/message/response/camera copying platypush/message/response/camera/android.py -> build/lib/platypush/message/response/camera creating build/lib/platypush/message/response/chat copying platypush/message/response/chat/__init__.py -> build/lib/platypush/message/response/chat copying platypush/message/response/chat/telegram.py -> build/lib/platypush/message/response/chat creating build/lib/platypush/message/event/sensor copying platypush/message/event/sensor/__init__.py -> build/lib/platypush/message/event/sensor copying platypush/message/event/sensor/leap.py -> build/lib/platypush/message/event/sensor creating build/lib/platypush/message/event/gpio copying platypush/message/event/gpio/__init__.py -> build/lib/platypush/message/event/gpio creating build/lib/platypush/message/event/zigbee copying platypush/message/event/zigbee/__init__.py -> build/lib/platypush/message/event/zigbee copying platypush/message/event/zigbee/mqtt.py -> build/lib/platypush/message/event/zigbee creating build/lib/platypush/message/event/assistant copying platypush/message/event/assistant/__init__.py -> build/lib/platypush/message/event/assistant creating build/lib/platypush/message/event/google copying platypush/message/event/google/__init__.py -> build/lib/platypush/message/event/google copying platypush/message/event/google/fit.py -> build/lib/platypush/message/event/google copying platypush/message/event/google/pubsub.py -> build/lib/platypush/message/event/google creating build/lib/platypush/message/event/http copying platypush/message/event/http/__init__.py -> build/lib/platypush/message/event/http copying platypush/message/event/http/hook.py -> build/lib/platypush/message/event/http copying platypush/message/event/http/rss.py -> build/lib/platypush/message/event/http creating build/lib/platypush/message/event/log copying platypush/message/event/log/__init__.py -> build/lib/platypush/message/event/log copying platypush/message/event/log/http.py -> build/lib/platypush/message/event/log creating build/lib/platypush/message/event/web copying platypush/message/event/web/__init__.py -> build/lib/platypush/message/event/web copying platypush/message/event/web/widget.py -> build/lib/platypush/message/event/web creating build/lib/platypush/message/event/button copying platypush/message/event/button/__init__.py -> build/lib/platypush/message/event/button creating build/lib/platypush/message/event/video copying platypush/message/event/video/__init__.py -> build/lib/platypush/message/event/video creating build/lib/platypush/message/event/chat copying platypush/message/event/chat/__init__.py -> build/lib/platypush/message/event/chat copying platypush/message/event/chat/slack.py -> build/lib/platypush/message/event/chat copying platypush/message/event/chat/telegram.py -> build/lib/platypush/message/event/chat creating build/lib/platypush/message/event/music copying platypush/message/event/music/snapcast.py -> build/lib/platypush/message/event/music copying platypush/message/event/music/__init__.py -> build/lib/platypush/message/event/music copying platypush/message/event/music/tidal.py -> build/lib/platypush/message/event/music creating build/lib/platypush/message/event/serial copying platypush/message/event/serial/__init__.py -> build/lib/platypush/message/event/serial creating build/lib/platypush/message/event/sensor/ir copying platypush/message/event/sensor/ir/__init__.py -> build/lib/platypush/message/event/sensor/ir creating build/lib/platypush/message/event/sensor/light copying platypush/message/event/sensor/light/__init__.py -> build/lib/platypush/message/event/sensor/light creating build/lib/platypush/message/event/button/flic copying platypush/message/event/button/flic/__init__.py -> build/lib/platypush/message/event/button/flic creating build/lib/platypush/backend/stt copying platypush/backend/stt/__init__.py -> build/lib/platypush/backend/stt creating build/lib/platypush/backend/zwave copying platypush/backend/zwave/__init__.py -> build/lib/platypush/backend/zwave creating build/lib/platypush/backend/wiimote copying platypush/backend/wiimote/__init__.py -> build/lib/platypush/backend/wiimote creating build/lib/platypush/backend/sensor copying platypush/backend/sensor/__init__.py -> build/lib/platypush/backend/sensor creating build/lib/platypush/backend/covid19 copying platypush/backend/covid19/__init__.py -> build/lib/platypush/backend/covid19 creating build/lib/platypush/backend/github copying platypush/backend/github/__init__.py -> build/lib/platypush/backend/github creating build/lib/platypush/backend/mqtt copying platypush/backend/mqtt/__init__.py -> build/lib/platypush/backend/mqtt creating build/lib/platypush/backend/websocket copying platypush/backend/websocket/__init__.py -> build/lib/platypush/backend/websocket creating build/lib/platypush/backend/mail copying platypush/backend/mail/__init__.py -> build/lib/platypush/backend/mail creating build/lib/platypush/backend/scard copying platypush/backend/scard/__init__.py -> build/lib/platypush/backend/scard creating build/lib/platypush/backend/kafka copying platypush/backend/kafka/__init__.py -> build/lib/platypush/backend/kafka creating build/lib/platypush/backend/nfc copying platypush/backend/nfc/__init__.py -> build/lib/platypush/backend/nfc creating build/lib/platypush/backend/nodered copying platypush/backend/nodered/__init__.py -> build/lib/platypush/backend/nodered copying platypush/backend/nodered/runner.py -> build/lib/platypush/backend/nodered creating build/lib/platypush/backend/nextcloud copying platypush/backend/nextcloud/__init__.py -> build/lib/platypush/backend/nextcloud creating build/lib/platypush/backend/weather copying platypush/backend/weather/__init__.py -> build/lib/platypush/backend/weather creating build/lib/platypush/backend/adafruit copying platypush/backend/adafruit/__init__.py -> build/lib/platypush/backend/adafruit creating build/lib/platypush/backend/tcp copying platypush/backend/tcp/__init__.py -> build/lib/platypush/backend/tcp creating build/lib/platypush/backend/pushbullet copying platypush/backend/pushbullet/__init__.py -> build/lib/platypush/backend/pushbullet copying platypush/backend/pushbullet/listener.py -> build/lib/platypush/backend/pushbullet creating build/lib/platypush/backend/zigbee copying platypush/backend/zigbee/__init__.py -> build/lib/platypush/backend/zigbee creating build/lib/platypush/backend/todoist copying platypush/backend/todoist/__init__.py -> build/lib/platypush/backend/todoist creating build/lib/platypush/backend/bluetooth copying platypush/backend/bluetooth/__init__.py -> build/lib/platypush/backend/bluetooth creating build/lib/platypush/backend/ping copying platypush/backend/ping/__init__.py -> build/lib/platypush/backend/ping creating build/lib/platypush/backend/assistant copying platypush/backend/assistant/__init__.py -> build/lib/platypush/backend/assistant creating build/lib/platypush/backend/light copying platypush/backend/light/__init__.py -> build/lib/platypush/backend/light creating build/lib/platypush/backend/google copying platypush/backend/google/__init__.py -> build/lib/platypush/backend/google creating build/lib/platypush/backend/http copying platypush/backend/http/__init__.py -> build/lib/platypush/backend/http copying platypush/backend/http/utils.py -> build/lib/platypush/backend/http copying platypush/backend/http/uwsgi.py -> build/lib/platypush/backend/http creating build/lib/platypush/backend/midi copying platypush/backend/midi/__init__.py -> build/lib/platypush/backend/midi creating build/lib/platypush/backend/camera copying platypush/backend/camera/__init__.py -> build/lib/platypush/backend/camera creating build/lib/platypush/backend/file copying platypush/backend/file/__init__.py -> build/lib/platypush/backend/file creating build/lib/platypush/backend/inotify copying platypush/backend/inotify/__init__.py -> build/lib/platypush/backend/inotify creating build/lib/platypush/backend/log copying platypush/backend/log/__init__.py -> build/lib/platypush/backend/log creating build/lib/platypush/backend/joystick copying platypush/backend/joystick/__init__.py -> build/lib/platypush/backend/joystick creating build/lib/platypush/backend/gps copying platypush/backend/gps/__init__.py -> build/lib/platypush/backend/gps creating build/lib/platypush/backend/linode copying platypush/backend/linode/__init__.py -> build/lib/platypush/backend/linode creating build/lib/platypush/backend/button copying platypush/backend/button/__init__.py -> build/lib/platypush/backend/button creating build/lib/platypush/backend/foursquare copying platypush/backend/foursquare/__init__.py -> build/lib/platypush/backend/foursquare creating build/lib/platypush/backend/redis copying platypush/backend/redis/__init__.py -> build/lib/platypush/backend/redis creating build/lib/platypush/backend/travisci copying platypush/backend/travisci/__init__.py -> build/lib/platypush/backend/travisci creating build/lib/platypush/backend/chat copying platypush/backend/chat/__init__.py -> build/lib/platypush/backend/chat creating build/lib/platypush/backend/music copying platypush/backend/music/__init__.py -> build/lib/platypush/backend/music creating build/lib/platypush/backend/alarm copying platypush/backend/alarm/__init__.py -> build/lib/platypush/backend/alarm creating build/lib/platypush/backend/trello copying platypush/backend/trello/__init__.py -> build/lib/platypush/backend/trello creating build/lib/platypush/backend/stt/deepspeech copying platypush/backend/stt/deepspeech/__init__.py -> build/lib/platypush/backend/stt/deepspeech creating build/lib/platypush/backend/stt/picovoice copying platypush/backend/stt/picovoice/__init__.py -> build/lib/platypush/backend/stt/picovoice creating build/lib/platypush/backend/stt/picovoice/hotword copying platypush/backend/stt/picovoice/hotword/__init__.py -> build/lib/platypush/backend/stt/picovoice/hotword creating build/lib/platypush/backend/stt/picovoice/speech copying platypush/backend/stt/picovoice/speech/__init__.py -> build/lib/platypush/backend/stt/picovoice/speech creating build/lib/platypush/backend/zwave/mqtt copying platypush/backend/zwave/mqtt/__init__.py -> build/lib/platypush/backend/zwave/mqtt creating build/lib/platypush/backend/sensor/ir copying platypush/backend/sensor/ir/__init__.py -> build/lib/platypush/backend/sensor/ir creating build/lib/platypush/backend/sensor/ltr559 copying platypush/backend/sensor/ltr559/__init__.py -> build/lib/platypush/backend/sensor/ltr559 creating build/lib/platypush/backend/sensor/dht copying platypush/backend/sensor/dht/__init__.py -> build/lib/platypush/backend/sensor/dht creating build/lib/platypush/backend/sensor/accelerometer copying platypush/backend/sensor/accelerometer/__init__.py -> build/lib/platypush/backend/sensor/accelerometer creating build/lib/platypush/backend/sensor/distance copying platypush/backend/sensor/distance/__init__.py -> build/lib/platypush/backend/sensor/distance creating build/lib/platypush/backend/sensor/mcp3008 copying platypush/backend/sensor/mcp3008/__init__.py -> build/lib/platypush/backend/sensor/mcp3008 creating build/lib/platypush/backend/sensor/bme280 copying platypush/backend/sensor/bme280/__init__.py -> build/lib/platypush/backend/sensor/bme280 creating build/lib/platypush/backend/sensor/leap copying platypush/backend/sensor/leap/__init__.py -> build/lib/platypush/backend/sensor/leap creating build/lib/platypush/backend/sensor/motion copying platypush/backend/sensor/motion/__init__.py -> build/lib/platypush/backend/sensor/motion creating build/lib/platypush/backend/sensor/envirophat copying platypush/backend/sensor/envirophat/__init__.py -> build/lib/platypush/backend/sensor/envirophat creating build/lib/platypush/backend/sensor/battery copying platypush/backend/sensor/battery/__init__.py -> build/lib/platypush/backend/sensor/battery creating build/lib/platypush/backend/sensor/serial copying platypush/backend/sensor/serial/__init__.py -> build/lib/platypush/backend/sensor/serial creating build/lib/platypush/backend/sensor/arduino copying platypush/backend/sensor/arduino/__init__.py -> build/lib/platypush/backend/sensor/arduino creating build/lib/platypush/backend/sensor/ir/zeroborg copying platypush/backend/sensor/ir/zeroborg/__init__.py -> build/lib/platypush/backend/sensor/ir/zeroborg copying platypush/backend/sensor/ir/zeroborg/scan.py -> build/lib/platypush/backend/sensor/ir/zeroborg creating build/lib/platypush/backend/sensor/distance/vl53l1x copying platypush/backend/sensor/distance/vl53l1x/__init__.py -> build/lib/platypush/backend/sensor/distance/vl53l1x creating build/lib/platypush/backend/sensor/motion/pmw3901 copying platypush/backend/sensor/motion/pmw3901/__init__.py -> build/lib/platypush/backend/sensor/motion/pmw3901 creating build/lib/platypush/backend/weather/openweathermap copying platypush/backend/weather/openweathermap/__init__.py -> build/lib/platypush/backend/weather/openweathermap creating build/lib/platypush/backend/weather/buienradar copying platypush/backend/weather/buienradar/__init__.py -> build/lib/platypush/backend/weather/buienradar creating build/lib/platypush/backend/weather/darksky copying platypush/backend/weather/darksky/__init__.py -> build/lib/platypush/backend/weather/darksky creating build/lib/platypush/backend/adafruit/io copying platypush/backend/adafruit/io/__init__.py -> build/lib/platypush/backend/adafruit/io creating build/lib/platypush/backend/zigbee/mqtt copying platypush/backend/zigbee/mqtt/__init__.py -> build/lib/platypush/backend/zigbee/mqtt creating build/lib/platypush/backend/bluetooth/scanner copying platypush/backend/bluetooth/scanner/__init__.py -> build/lib/platypush/backend/bluetooth/scanner creating build/lib/platypush/backend/bluetooth/pushserver copying platypush/backend/bluetooth/pushserver/__init__.py -> build/lib/platypush/backend/bluetooth/pushserver creating build/lib/platypush/backend/bluetooth/fileserver copying platypush/backend/bluetooth/fileserver/__init__.py -> build/lib/platypush/backend/bluetooth/fileserver creating build/lib/platypush/backend/bluetooth/scanner/ble copying platypush/backend/bluetooth/scanner/ble/__init__.py -> build/lib/platypush/backend/bluetooth/scanner/ble creating build/lib/platypush/backend/assistant/google copying platypush/backend/assistant/google/__init__.py -> build/lib/platypush/backend/assistant/google creating build/lib/platypush/backend/assistant/snowboy copying platypush/backend/assistant/snowboy/__init__.py -> build/lib/platypush/backend/assistant/snowboy creating build/lib/platypush/backend/light/hue copying platypush/backend/light/hue/__init__.py -> build/lib/platypush/backend/light/hue creating build/lib/platypush/backend/google/pubsub copying platypush/backend/google/pubsub/__init__.py -> build/lib/platypush/backend/google/pubsub creating build/lib/platypush/backend/google/fit copying platypush/backend/google/fit/__init__.py -> build/lib/platypush/backend/google/fit creating build/lib/platypush/backend/http/app copying platypush/backend/http/app/__init__.py -> build/lib/platypush/backend/http/app copying platypush/backend/http/app/utils.py -> build/lib/platypush/backend/http/app creating build/lib/platypush/backend/http/media copying platypush/backend/http/media/__init__.py -> build/lib/platypush/backend/http/media creating build/lib/platypush/backend/http/poll copying platypush/backend/http/poll/__init__.py -> build/lib/platypush/backend/http/poll creating build/lib/platypush/backend/http/request copying platypush/backend/http/request/__init__.py -> build/lib/platypush/backend/http/request creating build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/execute.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/auth.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/__init__.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/logout.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/hook.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/resources.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/index.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/plugin.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/dashboard.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/register.py -> build/lib/platypush/backend/http/app/routes copying platypush/backend/http/app/routes/login.py -> build/lib/platypush/backend/http/app/routes creating build/lib/platypush/backend/http/app/routes/plugins copying platypush/backend/http/app/routes/plugins/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins copying platypush/backend/http/app/routes/plugins/spotify.py -> build/lib/platypush/backend/http/app/routes/plugins creating build/lib/platypush/backend/http/app/routes/plugins/qrcode copying platypush/backend/http/app/routes/plugins/qrcode/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins/qrcode creating build/lib/platypush/backend/http/app/routes/plugins/camera copying platypush/backend/http/app/routes/plugins/camera/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins/camera copying platypush/backend/http/app/routes/plugins/camera/pi.py -> build/lib/platypush/backend/http/app/routes/plugins/camera creating build/lib/platypush/backend/http/app/routes/plugins/sound copying platypush/backend/http/app/routes/plugins/sound/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins/sound creating build/lib/platypush/backend/http/app/routes/plugins/media copying platypush/backend/http/app/routes/plugins/media/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins/media copying platypush/backend/http/app/routes/plugins/media/stream.py -> build/lib/platypush/backend/http/app/routes/plugins/media copying platypush/backend/http/app/routes/plugins/media/subtitles.py -> build/lib/platypush/backend/http/app/routes/plugins/media creating build/lib/platypush/backend/http/app/routes/plugins/tts copying platypush/backend/http/app/routes/plugins/tts/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins/tts copying platypush/backend/http/app/routes/plugins/tts/mimic3.py -> build/lib/platypush/backend/http/app/routes/plugins/tts creating build/lib/platypush/backend/http/app/routes/plugins/camera/ir copying platypush/backend/http/app/routes/plugins/camera/ir/__init__.py -> build/lib/platypush/backend/http/app/routes/plugins/camera/ir copying platypush/backend/http/app/routes/plugins/camera/ir/mlx90640.py -> build/lib/platypush/backend/http/app/routes/plugins/camera/ir creating build/lib/platypush/backend/http/media/handlers copying platypush/backend/http/media/handlers/__init__.py -> build/lib/platypush/backend/http/media/handlers copying platypush/backend/http/media/handlers/file.py -> build/lib/platypush/backend/http/media/handlers creating build/lib/platypush/backend/http/request/rss copying platypush/backend/http/request/rss/__init__.py -> build/lib/platypush/backend/http/request/rss creating build/lib/platypush/backend/camera/pi copying platypush/backend/camera/pi/__init__.py -> build/lib/platypush/backend/camera/pi creating build/lib/platypush/backend/file/monitor copying platypush/backend/file/monitor/__init__.py -> build/lib/platypush/backend/file/monitor creating build/lib/platypush/backend/file/monitor/entities copying platypush/backend/file/monitor/entities/__init__.py -> build/lib/platypush/backend/file/monitor/entities copying platypush/backend/file/monitor/entities/resources.py -> build/lib/platypush/backend/file/monitor/entities copying platypush/backend/file/monitor/entities/handlers.py -> build/lib/platypush/backend/file/monitor/entities creating build/lib/platypush/backend/log/http copying platypush/backend/log/http/__init__.py -> build/lib/platypush/backend/log/http creating build/lib/platypush/backend/joystick/jstest copying platypush/backend/joystick/jstest/__init__.py -> build/lib/platypush/backend/joystick/jstest creating build/lib/platypush/backend/joystick/linux copying platypush/backend/joystick/linux/__init__.py -> build/lib/platypush/backend/joystick/linux creating build/lib/platypush/backend/button/flic copying platypush/backend/button/flic/__init__.py -> build/lib/platypush/backend/button/flic creating build/lib/platypush/backend/button/flic/fliclib copying platypush/backend/button/flic/fliclib/__init__.py -> build/lib/platypush/backend/button/flic/fliclib copying platypush/backend/button/flic/fliclib/fliclib.py -> build/lib/platypush/backend/button/flic/fliclib copying platypush/backend/button/flic/fliclib/aioflic.py -> build/lib/platypush/backend/button/flic/fliclib creating build/lib/platypush/backend/chat/telegram copying platypush/backend/chat/telegram/__init__.py -> build/lib/platypush/backend/chat/telegram creating build/lib/platypush/backend/music/mpd copying platypush/backend/music/mpd/__init__.py -> build/lib/platypush/backend/music/mpd creating build/lib/platypush/backend/music/mopidy copying platypush/backend/music/mopidy/__init__.py -> build/lib/platypush/backend/music/mopidy creating build/lib/platypush/backend/music/spotify copying platypush/backend/music/spotify/__init__.py -> build/lib/platypush/backend/music/spotify creating build/lib/platypush/backend/music/snapcast copying platypush/backend/music/snapcast/__init__.py -> build/lib/platypush/backend/music/snapcast creating build/lib/platypush/backend/music/spotify/event copying platypush/backend/music/spotify/event/__init__.py -> build/lib/platypush/backend/music/spotify/event copying platypush/backend/music/spotify/event/__main__.py -> build/lib/platypush/backend/music/spotify/event creating build/lib/platypush/schemas/media copying platypush/schemas/media/__init__.py -> build/lib/platypush/schemas/media copying platypush/schemas/media/jellyfin.py -> build/lib/platypush/schemas/media creating build/lib/platypush/schemas/tts copying platypush/schemas/tts/__init__.py -> build/lib/platypush/schemas/tts copying platypush/schemas/tts/mimic3.py -> build/lib/platypush/schemas/tts running egg_info writing platypush.egg-info/PKG-INFO writing dependency_links to platypush.egg-info/dependency_links.txt writing entry points to platypush.egg-info/entry_points.txt writing requirements to platypush.egg-info/requires.txt writing top-level names to platypush.egg-info/top_level.txt reading manifest file 'platypush.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'platypush.egg-info/SOURCES.txt' copying platypush/config/config.auto.yaml -> build/lib/platypush/config copying platypush/config/config.yaml -> build/lib/platypush/config copying platypush/plugins/ssh/manifest.yaml -> build/lib/platypush/plugins/ssh copying platypush/plugins/utils/manifest.yaml -> build/lib/platypush/plugins/utils copying platypush/plugins/nmap/manifest.yaml -> build/lib/platypush/plugins/nmap copying platypush/plugins/zwave/manifest.yaml -> build/lib/platypush/plugins/zwave copying platypush/plugins/wiimote/manifest.yaml -> build/lib/platypush/plugins/wiimote copying platypush/plugins/covid19/manifest.yaml -> build/lib/platypush/plugins/covid19 copying platypush/plugins/sun/manifest.yaml -> build/lib/platypush/plugins/sun copying platypush/plugins/switchbot/manifest.yaml -> build/lib/platypush/plugins/switchbot copying platypush/plugins/shell/manifest.yaml -> build/lib/platypush/plugins/shell copying platypush/plugins/gotify/manifest.yaml -> build/lib/platypush/plugins/gotify copying platypush/plugins/dbus/manifest.yaml -> build/lib/platypush/plugins/dbus copying platypush/plugins/gpio/manifest.yaml -> build/lib/platypush/plugins/gpio copying platypush/plugins/graphite/manifest.yaml -> build/lib/platypush/plugins/graphite copying platypush/plugins/mqtt/manifest.yaml -> build/lib/platypush/plugins/mqtt copying platypush/plugins/websocket/manifest.yaml -> build/lib/platypush/plugins/websocket copying platypush/plugins/torrent/manifest.yaml -> build/lib/platypush/plugins/torrent copying platypush/plugins/rtorrent/manifest.yaml -> build/lib/platypush/plugins/rtorrent copying platypush/plugins/matrix/manifest.yaml -> build/lib/platypush/plugins/matrix copying platypush/plugins/kafka/manifest.yaml -> build/lib/platypush/plugins/kafka copying platypush/plugins/tensorflow/manifest.yaml -> build/lib/platypush/plugins/tensorflow copying platypush/plugins/nextcloud/manifest.yaml -> build/lib/platypush/plugins/nextcloud copying platypush/plugins/tcp/manifest.yaml -> build/lib/platypush/plugins/tcp copying platypush/plugins/smartthings/manifest.yaml -> build/lib/platypush/plugins/smartthings copying platypush/plugins/csv/manifest.yaml -> build/lib/platypush/plugins/csv copying platypush/plugins/pushbullet/manifest.yaml -> build/lib/platypush/plugins/pushbullet copying platypush/plugins/mailgun/manifest.yaml -> build/lib/platypush/plugins/mailgun copying platypush/plugins/logger/manifest.yaml -> build/lib/platypush/plugins/logger copying platypush/plugins/twilio/manifest.yaml -> build/lib/platypush/plugins/twilio copying platypush/plugins/todoist/manifest.yaml -> build/lib/platypush/plugins/todoist copying platypush/plugins/autoremote/manifest.yaml -> build/lib/platypush/plugins/autoremote copying platypush/plugins/bluetooth/manifest.yaml -> build/lib/platypush/plugins/bluetooth copying platypush/plugins/system/manifest.yaml -> build/lib/platypush/plugins/system copying platypush/plugins/wallabag/manifest.yaml -> build/lib/platypush/plugins/wallabag copying platypush/plugins/slack/manifest.yaml -> build/lib/platypush/plugins/slack copying platypush/plugins/hid/manifest.yaml -> build/lib/platypush/plugins/hid copying platypush/plugins/ping/manifest.yaml -> build/lib/platypush/plugins/ping copying platypush/plugins/inputs/manifest.yaml -> build/lib/platypush/plugins/inputs copying platypush/plugins/inspect/manifest.yaml -> build/lib/platypush/plugins/inspect copying platypush/plugins/lastfm/manifest.yaml -> build/lib/platypush/plugins/lastfm copying platypush/plugins/qrcode/manifest.yaml -> build/lib/platypush/plugins/qrcode copying platypush/plugins/midi/manifest.yaml -> build/lib/platypush/plugins/midi copying platypush/plugins/pihole/manifest.yaml -> build/lib/platypush/plugins/pihole copying platypush/plugins/file/manifest.yaml -> build/lib/platypush/plugins/file copying platypush/plugins/db/manifest.yaml -> build/lib/platypush/plugins/db copying platypush/plugins/config/manifest.yaml -> build/lib/platypush/plugins/config copying platypush/plugins/sound/manifest.yaml -> build/lib/platypush/plugins/sound copying platypush/plugins/variable/manifest.yaml -> build/lib/platypush/plugins/variable copying platypush/plugins/calendar/manifest.yaml -> build/lib/platypush/plugins/calendar copying platypush/plugins/user/manifest.yaml -> build/lib/platypush/plugins/user copying platypush/plugins/otp/manifest.yaml -> build/lib/platypush/plugins/otp copying platypush/plugins/udp/manifest.yaml -> build/lib/platypush/plugins/udp copying platypush/plugins/linode/manifest.yaml -> build/lib/platypush/plugins/linode copying platypush/plugins/mastodon/manifest.yaml -> build/lib/platypush/plugins/mastodon copying platypush/plugins/ifttt/manifest.yaml -> build/lib/platypush/plugins/ifttt copying platypush/plugins/zeroconf/manifest.yaml -> build/lib/platypush/plugins/zeroconf copying platypush/plugins/foursquare/manifest.yaml -> build/lib/platypush/plugins/foursquare copying platypush/plugins/redis/manifest.yaml -> build/lib/platypush/plugins/redis copying platypush/plugins/ntfy/manifest.yaml -> build/lib/platypush/plugins/ntfy copying platypush/plugins/travisci/manifest.yaml -> build/lib/platypush/plugins/travisci copying platypush/plugins/clipboard/manifest.yaml -> build/lib/platypush/plugins/clipboard copying platypush/plugins/rss/manifest.yaml -> build/lib/platypush/plugins/rss copying platypush/plugins/esp/manifest.yaml -> build/lib/platypush/plugins/esp copying platypush/plugins/dropbox/manifest.yaml -> build/lib/platypush/plugins/dropbox copying platypush/plugins/serial/manifest.yaml -> build/lib/platypush/plugins/serial copying platypush/plugins/alarm/manifest.yaml -> build/lib/platypush/plugins/alarm copying platypush/plugins/ffmpeg/manifest.yaml -> build/lib/platypush/plugins/ffmpeg copying platypush/plugins/arduino/manifest.yaml -> build/lib/platypush/plugins/arduino copying platypush/plugins/ngrok/manifest.yaml -> build/lib/platypush/plugins/ngrok copying platypush/plugins/tts/manifest.yaml -> build/lib/platypush/plugins/tts copying platypush/plugins/trello/manifest.yaml -> build/lib/platypush/plugins/trello copying platypush/plugins/stt/deepspeech/manifest.yaml -> build/lib/platypush/plugins/stt/deepspeech copying platypush/plugins/stt/picovoice/hotword/manifest.yaml -> build/lib/platypush/plugins/stt/picovoice/hotword copying platypush/plugins/stt/picovoice/speech/manifest.yaml -> build/lib/platypush/plugins/stt/picovoice/speech copying platypush/plugins/zwave/mqtt/manifest.yaml -> build/lib/platypush/plugins/zwave/mqtt copying platypush/plugins/switchbot/bluetooth/manifest.yaml -> build/lib/platypush/plugins/switchbot/bluetooth copying platypush/plugins/gpio/zeroborg/manifest.yaml -> build/lib/platypush/plugins/gpio/zeroborg copying platypush/plugins/gpio/sensor/ltr559/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/ltr559 copying platypush/plugins/gpio/sensor/dht/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/dht copying platypush/plugins/gpio/sensor/accelerometer/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/accelerometer copying platypush/plugins/gpio/sensor/distance/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/distance copying platypush/plugins/gpio/sensor/mcp3008/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/mcp3008 copying platypush/plugins/gpio/sensor/bme280/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/bme280 copying platypush/plugins/gpio/sensor/envirophat/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/envirophat copying platypush/plugins/gpio/sensor/distance/vl53l1x/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/distance/vl53l1x copying platypush/plugins/gpio/sensor/motion/pmw3901/manifest.yaml -> build/lib/platypush/plugins/gpio/sensor/motion/pmw3901 copying platypush/plugins/switch/wemo/manifest.yaml -> build/lib/platypush/plugins/switch/wemo copying platypush/plugins/switch/tplink/manifest.yaml -> build/lib/platypush/plugins/switch/tplink copying platypush/plugins/mail/imap/manifest.yaml -> build/lib/platypush/plugins/mail/imap copying platypush/plugins/mail/smtp/manifest.yaml -> build/lib/platypush/plugins/mail/smtp copying platypush/plugins/luma/oled/manifest.yaml -> build/lib/platypush/plugins/luma/oled copying platypush/plugins/weather/openweathermap/manifest.yaml -> build/lib/platypush/plugins/weather/openweathermap copying platypush/plugins/weather/buienradar/manifest.yaml -> build/lib/platypush/plugins/weather/buienradar copying platypush/plugins/weather/darksky/manifest.yaml -> build/lib/platypush/plugins/weather/darksky copying platypush/plugins/adafruit/io/manifest.yaml -> build/lib/platypush/plugins/adafruit/io copying platypush/plugins/zigbee/mqtt/manifest.yaml -> build/lib/platypush/plugins/zigbee/mqtt copying platypush/plugins/bluetooth/ble/manifest.yaml -> build/lib/platypush/plugins/bluetooth/ble copying platypush/plugins/lcd/gpio/manifest.yaml -> build/lib/platypush/plugins/lcd/gpio copying platypush/plugins/lcd/i2c/manifest.yaml -> build/lib/platypush/plugins/lcd/i2c copying platypush/plugins/printer/cups/manifest.yaml -> build/lib/platypush/plugins/printer/cups copying platypush/plugins/assistant/google/manifest.yaml -> build/lib/platypush/plugins/assistant/google copying platypush/plugins/assistant/echo/manifest.yaml -> build/lib/platypush/plugins/assistant/echo copying platypush/plugins/assistant/google/pushtotalk/manifest.yaml -> build/lib/platypush/plugins/assistant/google/pushtotalk copying platypush/plugins/tv/samsung/ws/manifest.yaml -> build/lib/platypush/plugins/tv/samsung/ws copying platypush/plugins/light/hue/manifest.yaml -> build/lib/platypush/plugins/light/hue copying platypush/plugins/google/youtube/manifest.yaml -> build/lib/platypush/plugins/google/youtube copying platypush/plugins/google/mail/manifest.yaml -> build/lib/platypush/plugins/google/mail copying platypush/plugins/google/translate/manifest.yaml -> build/lib/platypush/plugins/google/translate copying platypush/plugins/google/maps/manifest.yaml -> build/lib/platypush/plugins/google/maps copying platypush/plugins/google/calendar/manifest.yaml -> build/lib/platypush/plugins/google/calendar copying platypush/plugins/google/pubsub/manifest.yaml -> build/lib/platypush/plugins/google/pubsub copying platypush/plugins/google/fit/manifest.yaml -> build/lib/platypush/plugins/google/fit copying platypush/plugins/google/drive/manifest.yaml -> build/lib/platypush/plugins/google/drive copying platypush/plugins/http/webpage/manifest.yaml -> build/lib/platypush/plugins/http/webpage copying platypush/plugins/http/webpage/mercury-parser.js -> build/lib/platypush/plugins/http/webpage copying platypush/plugins/http/request/manifest.yaml -> build/lib/platypush/plugins/http/request copying platypush/plugins/http/request/rss/manifest.yaml -> build/lib/platypush/plugins/http/request/rss copying platypush/plugins/camera/cv/manifest.yaml -> build/lib/platypush/plugins/camera/cv copying platypush/plugins/camera/pi/manifest.yaml -> build/lib/platypush/plugins/camera/pi copying platypush/plugins/camera/gstreamer/manifest.yaml -> build/lib/platypush/plugins/camera/gstreamer copying platypush/plugins/camera/ffmpeg/manifest.yaml -> build/lib/platypush/plugins/camera/ffmpeg copying platypush/plugins/camera/ir/mlx90640/manifest.yaml -> build/lib/platypush/plugins/camera/ir/mlx90640 copying platypush/plugins/camera/android/ipcam/manifest.yaml -> build/lib/platypush/plugins/camera/android/ipcam copying platypush/plugins/calendar/ical/manifest.yaml -> build/lib/platypush/plugins/calendar/ical copying platypush/plugins/media/chromecast/manifest.yaml -> build/lib/platypush/plugins/media/chromecast copying platypush/plugins/media/mpv/manifest.yaml -> build/lib/platypush/plugins/media/mpv copying platypush/plugins/media/omxplayer/manifest.yaml -> build/lib/platypush/plugins/media/omxplayer copying platypush/plugins/media/webtorrent/manifest.yaml -> build/lib/platypush/plugins/media/webtorrent copying platypush/plugins/media/subtitles/manifest.yaml -> build/lib/platypush/plugins/media/subtitles copying platypush/plugins/media/kodi/manifest.yaml -> build/lib/platypush/plugins/media/kodi copying platypush/plugins/media/vlc/manifest.yaml -> build/lib/platypush/plugins/media/vlc copying platypush/plugins/media/gstreamer/manifest.yaml -> build/lib/platypush/plugins/media/gstreamer copying platypush/plugins/media/mplayer/manifest.yaml -> build/lib/platypush/plugins/media/mplayer copying platypush/plugins/media/jellyfin/manifest.yaml -> build/lib/platypush/plugins/media/jellyfin copying platypush/plugins/media/plex/manifest.yaml -> build/lib/platypush/plugins/media/plex copying platypush/plugins/pwm/pca9685/manifest.yaml -> build/lib/platypush/plugins/pwm/pca9685 copying platypush/plugins/mobile/join/manifest.yaml -> build/lib/platypush/plugins/mobile/join copying platypush/plugins/chat/telegram/manifest.yaml -> build/lib/platypush/plugins/chat/telegram copying platypush/plugins/chat/irc/manifest.yaml -> build/lib/platypush/plugins/chat/irc copying platypush/plugins/music/mpd/manifest.yaml -> build/lib/platypush/plugins/music/mpd copying platypush/plugins/music/tidal/manifest.yaml -> build/lib/platypush/plugins/music/tidal copying platypush/plugins/music/spotify/manifest.yaml -> build/lib/platypush/plugins/music/spotify copying platypush/plugins/music/snapcast/manifest.yaml -> build/lib/platypush/plugins/music/snapcast copying platypush/plugins/ml/cv/manifest.yaml -> build/lib/platypush/plugins/ml/cv copying platypush/plugins/tts/mimic3/manifest.yaml -> build/lib/platypush/plugins/tts/mimic3 copying platypush/plugins/tts/google/manifest.yaml -> build/lib/platypush/plugins/tts/google copying platypush/backend/zwave/manifest.yaml -> build/lib/platypush/backend/zwave copying platypush/backend/wiimote/manifest.yaml -> build/lib/platypush/backend/wiimote copying platypush/backend/covid19/manifest.yaml -> build/lib/platypush/backend/covid19 copying platypush/backend/github/manifest.yaml -> build/lib/platypush/backend/github copying platypush/backend/mqtt/manifest.yaml -> build/lib/platypush/backend/mqtt copying platypush/backend/websocket/manifest.yaml -> build/lib/platypush/backend/websocket copying platypush/backend/mail/manifest.yaml -> build/lib/platypush/backend/mail copying platypush/backend/scard/manifest.yaml -> build/lib/platypush/backend/scard copying platypush/backend/kafka/manifest.yaml -> build/lib/platypush/backend/kafka copying platypush/backend/nfc/manifest.yaml -> build/lib/platypush/backend/nfc copying platypush/backend/nodered/manifest.yaml -> build/lib/platypush/backend/nodered copying platypush/backend/nextcloud/manifest.yaml -> build/lib/platypush/backend/nextcloud copying platypush/backend/tcp/manifest.yaml -> build/lib/platypush/backend/tcp copying platypush/backend/pushbullet/manifest.yaml -> build/lib/platypush/backend/pushbullet copying platypush/backend/todoist/manifest.yaml -> build/lib/platypush/backend/todoist copying platypush/backend/ping/manifest.yaml -> build/lib/platypush/backend/ping copying platypush/backend/http/manifest.yaml -> build/lib/platypush/backend/http creating build/lib/platypush/backend/http/webapp creating build/lib/platypush/backend/http/webapp/dist copying platypush/backend/http/webapp/dist/favicon.ico -> build/lib/platypush/backend/http/webapp/dist copying platypush/backend/http/webapp/dist/index.html -> build/lib/platypush/backend/http/webapp/dist creating build/lib/platypush/backend/http/webapp/dist/icons copying platypush/backend/http/webapp/dist/icons/jellyfin.svg -> build/lib/platypush/backend/http/webapp/dist/icons copying platypush/backend/http/webapp/dist/icons/kodi.svg -> build/lib/platypush/backend/http/webapp/dist/icons copying platypush/backend/http/webapp/dist/icons/plex.svg -> build/lib/platypush/backend/http/webapp/dist/icons copying platypush/backend/http/webapp/dist/icons/z-wave.png -> build/lib/platypush/backend/http/webapp/dist/icons copying platypush/backend/http/webapp/dist/icons/zigbee.svg -> build/lib/platypush/backend/http/webapp/dist/icons creating build/lib/platypush/backend/http/webapp/dist/icons/openweathermap creating build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/01d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/01n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/02d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/02n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/03d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/03n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/04d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/04n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/09d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/09n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/10d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/10n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/11d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/11n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/13d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/13n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/50d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/50n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black copying platypush/backend/http/webapp/dist/icons/openweathermap/black/unknown.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black creating build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/01d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/01n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/02d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/02n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/03d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/03n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/04d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/04n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/09d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/09n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/10d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/10n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/11d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/11n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/13d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/13n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/50d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/50n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying platypush/backend/http/webapp/dist/icons/openweathermap/dark/unknown.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark creating build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/01d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/01n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/02d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/02n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/03d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/03n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/04d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/04n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/09d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/09n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/10d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/10n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/11d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/11n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/13d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/13n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/50d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/50n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light copying platypush/backend/http/webapp/dist/icons/openweathermap/light/unknown.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light creating build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/01d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/01n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/02d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/02n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/03d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/03n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/04d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/04n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/09d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/09n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/10d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/10n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/11d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/11n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/13d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/13n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/50d.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/50n.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white copying platypush/backend/http/webapp/dist/icons/openweathermap/white/unknown.png -> build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white creating build/lib/platypush/backend/http/webapp/dist/img copying platypush/backend/http/webapp/dist/img/dashboard-bg-light.jpg -> build/lib/platypush/backend/http/webapp/dist/img creating build/lib/platypush/backend/http/webapp/dist/static creating build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/1406.9d7d27e7.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/1474.75891517.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/1798.f703a14d.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/2346.dd5b7fec.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/2380.a55977a1.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/2790.b7703d2a.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/2844.eabbb568.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/2989.6de074b2.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/345.39a334e8.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/3785.85dd63a7.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/4021.f58ac074.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/4196.8681eb9f.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/4276.008136f7.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/4604.e0765efd.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/4764.837012fe.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/4826.c0b8e5bf.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/5193.f7c1a776.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/5210.2082bfa6.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/5466.68827648.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/5528.6de074b2.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/5779.0cad5256.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/5824.f7a25bb6.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6003.76b4d677.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6013.e5066be6.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/615.17632d8f.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6162.85849319.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6590.e2b4dcb4.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6739.f5527e3f.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6833.9c099b40.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6849.837012fe.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/6899.85849319.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/7029.f0a3a6c5.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/7262.e379f31b.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/7420.5775e7e6.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/747.9d7d27e7.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/7643.74797fcd.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/779.c4c7f81a.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/8589.c4c7f81a.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/8938.2bbd3b5d.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/9196.006b678a.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/9575.34cea1a0.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/9694.20e4266c.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/9978.f0a3a6c5.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/app.5028a669.css -> build/lib/platypush/backend/http/webapp/dist/static/css copying platypush/backend/http/webapp/dist/static/css/chunk-vendors.5cf89a0c.css -> build/lib/platypush/backend/http/webapp/dist/static/css creating build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/fa-brands-400.7fa789ab.ttf -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/fa-brands-400.859fc388.woff2 -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/fa-regular-400.2ffd018f.woff2 -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/fa-regular-400.da02cb7e.ttf -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/fa-solid-900.3a463ec3.ttf -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/fa-solid-900.40ddefd7.woff2 -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/lato-medium-italic.1996cc15.woff -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/lato-medium-italic.1e312dd9.woff2 -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/lato-medium.13fcde4c.woff2 -> build/lib/platypush/backend/http/webapp/dist/static/fonts copying platypush/backend/http/webapp/dist/static/fonts/lato-medium.b41c3821.woff -> build/lib/platypush/backend/http/webapp/dist/static/fonts creating build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ad.cb33f69a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ad.fa8477e6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ae.a3f5e295.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ae.f06e0095.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/af.89591ab0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/af.8ca96393.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ag.4c37bc2e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ag.56074d55.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ai.70eefdc0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ai.893d1179.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/al.b16acdb2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/al.e0864b5d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/am.00f0fec4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/am.a566904f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ao.3df23f21.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ao.c0c32201.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/aq.1b8c45a6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/aq.aa242c4a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ar.22a3116e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ar.d3238270.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/as.10ed1a23.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/as.4a330654.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/at.02a64279.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/at.94cde74c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/au.cc65fc07.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/au.dbcdef2c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/aw.abbad4ac.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/aw.be4540eb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ax.371c7af2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ax.91eea523.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/az.0e2f1d1a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/az.f399f1c8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ba.032070d4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ba.e167b08f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bb.23a15e67.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bb.b800513b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bd.c1abcb00.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bd.c4a5f0e2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/be.29774a37.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/be.3eb14701.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bf.2334e919.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bf.4ffd5dc6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bg.700f100c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bg.d0a49130.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bh.2a884f6c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bh.3968dfe0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bi.211d0f9e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bi.ae3bb248.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bj.2cdc8a62.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bj.aba95ad2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bl.04966866.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bl.3e69e968.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bm.e6903c8e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bm.e69e40c4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bn.07911e0c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bn.4d91734a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bo.03595499.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bo.9c1d9ef8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bq.747d8177.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bq.b9355bec.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/br.058a5086.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/br.fe030c1c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bs.d228cbb2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bs.ef0a29ed.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bt.3f8ecb9b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bt.fc241981.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bv.5503f03a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bv.7f7cd26f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bw.494aae64.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bw.b767df8c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/by.78d2c3c9.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/by.fba98c48.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bz.14c3376a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/bz.5e0ef548.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ca.163ac200.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ca.a2ab234d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cc.51960f85.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cc.813adff8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cd.39186ec2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cd.b4bd46ee.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cf.b5702729.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cf.fe1120e9.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cg.00603842.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cg.12414c99.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ch.7376c9c3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ch.a558d859.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ci.1251a8e3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ci.425a24c2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ck.4e83dd3e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ck.6303aa5b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cl.0917a91e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cl.b5974a35.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cm.253adb39.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cm.853e2843.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cn.38f63e1e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cn.e1b166eb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/co.33e249d8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/co.b5cbc817.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cr.2e572846.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cr.336eb7d3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cu.c2a6f0ed.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cu.d6e33f19.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cv.5ea64968.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cv.b3ab83f5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cw.0e14b0b7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cw.9b9b7ed5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cx.da5de6d2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cx.e04e07e8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cy.834e6240.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cy.bfcfd736.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cz.aa114964.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/cz.b5f98a6b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dashboard-bg-light.06da6eab.jpg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/de.8e159e6e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/de.b827ac51.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dj.4197a18a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dj.925748d5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dk.3ca1caed.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dk.a867eeef.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dm.7ddb00ac.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dm.bca6d70c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/do.81097daa.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/do.954f0f3e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dz.76d47b01.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/dz.b7e2fbce.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ec.0029f514.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ec.5f387e2f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ee.1b4839e0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ee.828384a8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/eg.38443fa6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/eg.5756a758.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/eh.82bd1c7b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/eh.f8d7b64f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/er.bf5b134b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/er.e932abe1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/es-ct.64a68954.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/es-ct.69469f50.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/es.7dd46df0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/es.de5915e5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/et.82e8eb21.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/et.a998a1b2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/eu.4c6e130f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/eu.aba724b1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fi.0cd85b78.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fi.3be6b378.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fj.ac9c916f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fj.e8d3e00b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fk.af0350f8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fk.db55fa14.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fm.3491efc7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fm.78d44caa.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fo.1da81e3a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fo.72949ad1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fr.3565b8f4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/fr.9cb70285.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ga.3e474381.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ga.59f7d865.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-eng.0fac6e79.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-eng.513dcf1b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-nir.2b7d2c3a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-nir.f59817d6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-sct.f5001e5d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-sct.fee55173.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-wls.13481560.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb-wls.95b2cfab.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb.2aafb374.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gb.7a456bb2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gd.04ea09b7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gd.60b96978.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ge.b7b65b55.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ge.c7190912.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gf.531f9e07.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gf.90f438a3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gg.3aebc3ce.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gg.65174039.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gh.af443995.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gh.f2b6baac.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gi.302c2506.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gi.7beea6ed.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gl.551d0783.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gl.6a5c17b0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gm.0e00e9d4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gm.1724dc37.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gn.54a75b28.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gn.7c96520b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gp.4327060f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gp.f8adbf5c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gq.b1679302.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gq.bd7daf33.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gr.07bedadf.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gr.25dd3287.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gs.60368968.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gs.b2836676.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gt.1a24ed67.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gt.825f7286.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gu.05f0ab85.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gu.19b114eb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gw.bcd1eddb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gw.c97f3f94.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gy.6327f72a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/gy.e11d0234.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hk.b199a9ee.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hk.c72bba0e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hm.4aa61657.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hm.d4b3d393.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hn.08ad78b2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hn.44cee191.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hr.078b1bf9.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hr.1f4e28b8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ht.6943447c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ht.7ca68737.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hu.692e97ca.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/hu.b10d3f8e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/id.94464e47.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/id.a05dc04c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ie.5154112a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ie.e23b25d1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/il.150f4c5f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/il.e02a66d3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/im.25166c91.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/im.942419c5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/in.954929a0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/in.bd0d4f19.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/io.a59923ab.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/io.fa003484.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/iq.1232a5c2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/iq.9a48d678.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ir.1ed24953.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ir.bc7ae9e1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/is.cad57f19.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/is.eea59326.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/it.039b4527.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/it.e8516fc7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/je.1684dacc.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/je.3ed72a25.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jellyfin.7b53a541.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jm.2357530e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jm.479f30fe.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jo.06fbaa2c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jo.7ac45a65.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jp.1795778c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/jp.b6063838.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ke.6dbfffd5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ke.769bb975.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kg.96c12490.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kg.daded53c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kh.8eeb1634.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kh.b10339d6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ki.033ff9ce.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ki.89e43a21.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/km.1e3bd5fe.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/km.3ffb0228.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kn.0c16fe68.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kn.8f2e7b29.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kodi.d18f8d23.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kp.0f5253d8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kp.f4ff9e76.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kr.0dc8b972.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kr.0f5e1116.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kw.3b4f3ea3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kw.830d3755.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ky.be81d90b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ky.e3b76b32.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kz.32ac1036.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/kz.579ac0f9.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/la.e583f8ec.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/la.f71017ef.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lb.8eea508a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lb.bdbeb8f1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lc.25f644a6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lc.68bd77ae.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/li.8dc1ed79.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/li.d7e2a871.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lk.42c41c61.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lk.e52240d6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lr.5b84ff00.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lr.9a67cd3d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ls.6d444cae.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ls.fe1da403.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lt.03a2e8c1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lt.b57ea2a8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lu.93878a1b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lu.e3bdc6d3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lv.1853e3a0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/lv.679c099e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ly.05f8732e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ly.b9e750ff.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ma.65053fc4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ma.88ada30c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mc.2c03ea5c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mc.89b532e8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/md.646818c3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/md.a56562ee.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/me.2e71b778.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/me.f05548f2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mf.70d09a4a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mf.7da6b3d2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mg.09ca17b2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mg.b3fff4a6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mh.3fd69bb2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mh.f6cbc774.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mk.4234a248.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mk.e5412079.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ml.3fad079e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ml.4f0dba9e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mm.8ac1f094.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mm.adaa2111.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mn.78547af0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mn.a4bcb0e6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mo.2f0d2c15.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mo.c8198565.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mp.2acb5506.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mp.eeeefff6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mq.145a7657.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mq.bb36a8fc.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mr.dd34eae8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mr.e91e06ea.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ms.2025cd7d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ms.b13001dc.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mt.b6f71c85.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mt.cff39ee0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mu.51f71163.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mu.a926c232.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mv.2c8b92b5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mv.ba4de4fd.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mw.0b005148.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mw.f704f4bb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mx.1b615ec2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mx.8a36b075.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/my.4109ae71.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/my.69c87fc5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mz.1377650b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/mz.2c96acb1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/na.7adf4344.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/na.e0503926.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nc.96fa6a4b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nc.b5a5d41b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ne.d11b82c6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ne.d4fe4faa.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nf.1e8c700b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nf.a7166b00.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ng.51059407.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ng.c3b42ad2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ni.5b80bac0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ni.cc7eb514.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nl.dd138444.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nl.e415f0e7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/no.26996afa.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/no.70157234.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/np.954177a0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/np.f7b8a5c3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nr.2c66d218.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nr.a4f0e762.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nu.26551dc2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nu.860bbe8a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nz.38d0d690.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/nz.c77ae58d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/om.3f5691ca.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/om.ff034f9e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pa.6dc8212a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pa.acde3214.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pe.5a3b0bc5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pe.5c2ced95.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pf.9f06082b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pf.f6ae1bc8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pg.26847b33.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pg.66c8dc3b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ph.12e2b123.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ph.f215833e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pk.0bbf58be.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pk.32b55f6f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pl.03886843.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pl.a1350f0c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/plex.7a4e22a6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pm.7a6beab5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pm.a5590fa3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pn.00a9342b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pn.715fd11d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pr.391a48e2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pr.b37cbdc4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ps.1af72ed4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ps.96bcac74.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pt.0703cc3a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pt.351b87cb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pw.17220ffb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/pw.6d8e7ce0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/py.25cc39e3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/py.c20318c9.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/qa.7e695788.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/qa.86452d7a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/re.b8140129.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/re.cf143c2f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ro.67f8501e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ro.cab93784.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/rs.23638d75.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/rs.ae2e3422.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ru.ccd50623.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ru.edd8b008.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/rw.87d5d899.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/rw.d118aacd.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sa.5bfbe72b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sa.f0a8997b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sb.1c406073.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sb.b0db5b0a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sc.0452f14c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sc.cdc20672.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sd.0e619868.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sd.da3b68ee.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/se.7e499d82.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/se.7ec71700.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sg.4f0e8eff.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sg.8a63b009.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sh.46e2588d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sh.681f8fff.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/si.2a428364.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/si.d9d425c0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sj.638e6522.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sj.92c583b8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sk.7998d1f5.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sk.93c91c0b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sl.d8378c47.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sl.eb9dda3f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sm.0ba901f4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sm.5e2fc188.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sn.4247b831.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sn.98923b55.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/so.2d18a203.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/so.45f08b28.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sr.cb178d98.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sr.d66c1240.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ss.caedfdf2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ss.db181f81.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/st.a70042c6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/st.ecc4827f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sv.9501935a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sv.f67839a6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sx.77e864f0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sx.c0e6297a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sy.2b3eac89.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sy.7fe894df.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sz.70b6fc50.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/sz.eb01cd9f.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tc.30ccd48e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tc.651466dd.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/td.5d622e26.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/td.f1319408.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tf.27cbe00b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tf.a1757237.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tg.b492a751.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tg.d04f874c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/th.79b63a8a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/th.b8e24edb.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tj.b7dafe8d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tj.d3a42312.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tk.6c1f520c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tk.f87f794b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tl.85904d79.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tl.ca9af3c0.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tm.762df128.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tm.e467552c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tn.cc3ab493.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tn.ff4c5190.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/to.8dd22284.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/to.9748a967.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tr.87e40d5c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tr.fc8c91dd.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tt.4acf6cc2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tt.5a459e81.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tv.9717b553.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tv.a8ff4939.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tw.45c8a106.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tw.c0cf9ea7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tz.1abfbb38.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/tz.c27fd405.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ua.04fa0e67.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ua.63d75c84.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ug.5ac71e98.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ug.5ae165a2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/um.582dd57b.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/um.b38f913c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/un.2df110d6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/un.58a4a02a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/us.6c459052.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/us.99e04236.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/uy.69cf8938.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/uy.b70ac310.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/uz.7f8823a2.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/uz.d53abc35.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/va.7efb8ba6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/va.abcb42e8.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vc.37cf5ba1.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vc.3e4ac6d4.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ve.4cd0e3ed.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ve.9cd63506.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vg.025b8b6a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vg.ae3b6f7e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vi.293e6f1c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vi.f920eec7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vn.11dd1cf6.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vn.9ec4ca4d.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vu.5d2d7643.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/vu.b7a8d91a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/wf.69c77016.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/wf.9ca6f4bc.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ws.15c7a17c.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ws.d2e19e5a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/xk.16b6bb85.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/xk.ca7843be.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ye.0b3f3c76.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/ye.bb567731.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/yt.332bd5d3.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/yt.c33641ca.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/za.2fa94205.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/za.42e033a9.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/zm.92477cab.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/zm.ce5363b7.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/zw.6a535c1e.svg -> build/lib/platypush/backend/http/webapp/dist/static/img copying platypush/backend/http/webapp/dist/static/img/zw.f488cb8a.svg -> build/lib/platypush/backend/http/webapp/dist/static/img creating build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1406-legacy.41c0c47e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1406-legacy.41c0c47e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1595-legacy.ddcdc704.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1595-legacy.ddcdc704.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1595.d3f3ba5b.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1595.d3f3ba5b.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1798-legacy.28cf3934.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1798-legacy.28cf3934.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1798.e72decae.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1798.e72decae.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1938-legacy.55546c0e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1938-legacy.55546c0e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1938.1f474567.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/1938.1f474567.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2346-legacy.cc7ee826.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2346-legacy.cc7ee826.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2346.4e0afde3.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2346.4e0afde3.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2362-legacy.017e03af.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2362-legacy.017e03af.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2362.84f3ec2e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2362.84f3ec2e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2380-legacy.b3f2d86a.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2380-legacy.b3f2d86a.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2380.73b1a20d.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2380.73b1a20d.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2466-legacy.64778a75.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2466-legacy.64778a75.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2466.575a0b76.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2466.575a0b76.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2790-legacy.df38f403.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2790-legacy.df38f403.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2790.bf6f297a.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2790.bf6f297a.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2820-legacy.6e4e2d10.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2820-legacy.6e4e2d10.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2820.be1f76ae.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2820.be1f76ae.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2844-legacy.a6c67900.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2844-legacy.a6c67900.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2844.357b0781.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2844.357b0781.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2957-legacy.e1d14d10.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/2957-legacy.e1d14d10.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3249.fd3db1b0.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3249.fd3db1b0.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/345-legacy.b2bdd619.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/345-legacy.b2bdd619.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/345.668e4cb2.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/345.668e4cb2.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3674-legacy.c0844108.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3674-legacy.c0844108.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3674.3c7517b4.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3674.3c7517b4.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3785-legacy.3401a917.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3785-legacy.3401a917.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3785.8c572e27.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/3785.8c572e27.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4196-legacy.89b93a84.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4196-legacy.89b93a84.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4196.630e670c.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4196.630e670c.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4276-legacy.9ed76a69.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4276-legacy.9ed76a69.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4276.728421b8.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4276.728421b8.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4548-legacy.15ee26de.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4548-legacy.15ee26de.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4548.ec5c28d2.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4548.ec5c28d2.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4604-legacy.986bbad3.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4604-legacy.986bbad3.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4604.ac359b97.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4604.ac359b97.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4764.55084bfb.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4764.55084bfb.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4826-legacy.580eecfe.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4826-legacy.580eecfe.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4826.5f8aa5e8.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/4826.5f8aa5e8.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5111-legacy.9aab8f5e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5111-legacy.9aab8f5e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5111.8df28fdf.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5111.8df28fdf.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5193-legacy.60b8c4f6.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5193-legacy.60b8c4f6.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5193.5035fdb1.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5193.5035fdb1.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5210-legacy.38d0da8d.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5210-legacy.38d0da8d.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5210.fae85e4c.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5210.fae85e4c.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5466-legacy.112f0d2e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5466-legacy.112f0d2e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5466.2c2a80df.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5466.2c2a80df.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5528-legacy.4c020c46.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5528-legacy.4c020c46.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5528.3b6af320.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5528.3b6af320.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5779-legacy.1c9b7d67.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5779-legacy.1c9b7d67.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5779.a25186e7.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5779.a25186e7.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5824-legacy.f18a2b68.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5824-legacy.f18a2b68.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5824.0dd40d21.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5824.0dd40d21.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5895-legacy.1fb25060.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5895-legacy.1fb25060.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5895.6d58227e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/5895.6d58227e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6003-legacy.0b667817.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6003-legacy.0b667817.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6003.faab4096.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6003.faab4096.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6013-legacy.90c86f45.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6013-legacy.90c86f45.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6013.0f59b66b.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6013.0f59b66b.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6027-legacy.ad9b479d.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6027-legacy.ad9b479d.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6027.dc523874.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6027.dc523874.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/615-legacy.6fa21b8b.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/615-legacy.6fa21b8b.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/615.27cc8f9e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/615.27cc8f9e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6509-legacy.28c562ac.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6509-legacy.28c562ac.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6509.a6fd64ee.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6509.a6fd64ee.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6739-legacy.f05555d2.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6739-legacy.f05555d2.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6739.ab19c203.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6739.ab19c203.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6833-legacy.72c66805.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6833-legacy.72c66805.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6833.cc55832d.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6833.cc55832d.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6849-legacy.317026cd.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6849-legacy.317026cd.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6899.0f42d5c8.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/6899.0f42d5c8.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/699-legacy.f7552281.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/699-legacy.f7552281.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/699.5a760926.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/699.5a760926.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7029-legacy.22d2270b.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7029-legacy.22d2270b.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7196-legacy.69f37439.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7196-legacy.69f37439.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7262-legacy.53030e4c.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7262-legacy.53030e4c.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7262.b0ebadee.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7262.b0ebadee.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7420-legacy.9757ff05.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7420-legacy.9757ff05.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7420.a460b393.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7420.a460b393.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/747.21f6bf7b.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/747.21f6bf7b.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7643-legacy.cebc7792.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7643-legacy.cebc7792.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7643.802b7ba8.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/7643.802b7ba8.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/767-legacy.aa1f607e.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/767-legacy.aa1f607e.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/767.c8cb94e4.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/767.c8cb94e4.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/779-legacy.f24c7394.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/779-legacy.f24c7394.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/8184-legacy.7065c6d4.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/8184-legacy.7065c6d4.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/8184.f06cf9d8.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/8184.f06cf9d8.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/8337-legacy.4e57bdc4.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/8337-legacy.4e57bdc4.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9196-legacy.b3f4bc1f.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9196-legacy.b3f4bc1f.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9196.5e4f2f1b.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9196.5e4f2f1b.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9299-legacy.cb0ed629.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9299-legacy.cb0ed629.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9299.cba36f7a.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9299.cba36f7a.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9369.ab5c8c8c.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9369.ab5c8c8c.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9633-legacy.9232f8cd.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9633-legacy.9232f8cd.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9633.5151828a.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9633.5151828a.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9694-legacy.cdda9d87.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9694-legacy.cdda9d87.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9694.dfa28ffb.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9694.dfa28ffb.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9895-legacy.0608fab6.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9895-legacy.0608fab6.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9895.fa612682.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9895.fa612682.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9978.96bd5026.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/9978.96bd5026.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/app-legacy.ab28664f.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/app-legacy.ab28664f.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/app.12b17001.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/app.12b17001.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/chunk-vendors-legacy.6835b8d0.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/chunk-vendors-legacy.6835b8d0.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/chunk-vendors.5adf1720.js -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/http/webapp/dist/static/js/chunk-vendors.5adf1720.js.map -> build/lib/platypush/backend/http/webapp/dist/static/js copying platypush/backend/midi/manifest.yaml -> build/lib/platypush/backend/midi copying platypush/backend/inotify/manifest.yaml -> build/lib/platypush/backend/inotify copying platypush/backend/joystick/manifest.yaml -> build/lib/platypush/backend/joystick copying platypush/backend/gps/manifest.yaml -> build/lib/platypush/backend/gps copying platypush/backend/linode/manifest.yaml -> build/lib/platypush/backend/linode copying platypush/backend/foursquare/manifest.yaml -> build/lib/platypush/backend/foursquare copying platypush/backend/redis/manifest.yaml -> build/lib/platypush/backend/redis copying platypush/backend/travisci/manifest.yaml -> build/lib/platypush/backend/travisci copying platypush/backend/alarm/manifest.yaml -> build/lib/platypush/backend/alarm copying platypush/backend/trello/manifest.yaml -> build/lib/platypush/backend/trello copying platypush/backend/stt/deepspeech/manifest.yaml -> build/lib/platypush/backend/stt/deepspeech copying platypush/backend/stt/picovoice/hotword/manifest.yaml -> build/lib/platypush/backend/stt/picovoice/hotword copying platypush/backend/stt/picovoice/speech/manifest.yaml -> build/lib/platypush/backend/stt/picovoice/speech copying platypush/backend/zwave/mqtt/manifest.yaml -> build/lib/platypush/backend/zwave/mqtt copying platypush/backend/sensor/ltr559/manifest.yaml -> build/lib/platypush/backend/sensor/ltr559 copying platypush/backend/sensor/dht/manifest.yaml -> build/lib/platypush/backend/sensor/dht copying platypush/backend/sensor/accelerometer/manifest.yaml -> build/lib/platypush/backend/sensor/accelerometer copying platypush/backend/sensor/distance/manifest.yaml -> build/lib/platypush/backend/sensor/distance copying platypush/backend/sensor/mcp3008/manifest.yaml -> build/lib/platypush/backend/sensor/mcp3008 copying platypush/backend/sensor/bme280/manifest.yaml -> build/lib/platypush/backend/sensor/bme280 copying platypush/backend/sensor/leap/manifest.yaml -> build/lib/platypush/backend/sensor/leap copying platypush/backend/sensor/envirophat/manifest.yaml -> build/lib/platypush/backend/sensor/envirophat copying platypush/backend/sensor/battery/manifest.yaml -> build/lib/platypush/backend/sensor/battery copying platypush/backend/sensor/serial/manifest.yaml -> build/lib/platypush/backend/sensor/serial copying platypush/backend/sensor/arduino/manifest.yaml -> build/lib/platypush/backend/sensor/arduino copying platypush/backend/sensor/ir/zeroborg/manifest.yaml -> build/lib/platypush/backend/sensor/ir/zeroborg copying platypush/backend/sensor/distance/vl53l1x/manifest.yaml -> build/lib/platypush/backend/sensor/distance/vl53l1x copying platypush/backend/sensor/motion/pmw3901/manifest.yaml -> build/lib/platypush/backend/sensor/motion/pmw3901 copying platypush/backend/weather/openweathermap/manifest.yaml -> build/lib/platypush/backend/weather/openweathermap copying platypush/backend/weather/buienradar/manifest.yaml -> build/lib/platypush/backend/weather/buienradar copying platypush/backend/weather/darksky/manifest.yaml -> build/lib/platypush/backend/weather/darksky copying platypush/backend/adafruit/io/manifest.yaml -> build/lib/platypush/backend/adafruit/io copying platypush/backend/zigbee/mqtt/manifest.yaml -> build/lib/platypush/backend/zigbee/mqtt copying platypush/backend/bluetooth/scanner/manifest.yaml -> build/lib/platypush/backend/bluetooth/scanner copying platypush/backend/bluetooth/pushserver/manifest.yaml -> build/lib/platypush/backend/bluetooth/pushserver copying platypush/backend/bluetooth/fileserver/manifest.yaml -> build/lib/platypush/backend/bluetooth/fileserver copying platypush/backend/bluetooth/scanner/ble/manifest.yaml -> build/lib/platypush/backend/bluetooth/scanner/ble copying platypush/backend/assistant/google/manifest.yaml -> build/lib/platypush/backend/assistant/google copying platypush/backend/assistant/snowboy/manifest.yaml -> build/lib/platypush/backend/assistant/snowboy copying platypush/backend/light/hue/manifest.yaml -> build/lib/platypush/backend/light/hue copying platypush/backend/google/pubsub/manifest.yaml -> build/lib/platypush/backend/google/pubsub copying platypush/backend/google/fit/manifest.yaml -> build/lib/platypush/backend/google/fit copying platypush/backend/http/poll/manifest.yaml -> build/lib/platypush/backend/http/poll copying platypush/backend/camera/pi/manifest.yaml -> build/lib/platypush/backend/camera/pi copying platypush/backend/file/monitor/manifest.yaml -> build/lib/platypush/backend/file/monitor copying platypush/backend/log/http/manifest.yaml -> build/lib/platypush/backend/log/http copying platypush/backend/joystick/jstest/manifest.yaml -> build/lib/platypush/backend/joystick/jstest copying platypush/backend/joystick/linux/manifest.yaml -> build/lib/platypush/backend/joystick/linux copying platypush/backend/button/flic/manifest.yaml -> build/lib/platypush/backend/button/flic copying platypush/backend/chat/telegram/manifest.yaml -> build/lib/platypush/backend/chat/telegram copying platypush/backend/music/mpd/manifest.yaml -> build/lib/platypush/backend/music/mpd copying platypush/backend/music/mopidy/manifest.yaml -> build/lib/platypush/backend/music/mopidy copying platypush/backend/music/spotify/manifest.yaml -> build/lib/platypush/backend/music/spotify copying platypush/backend/music/snapcast/manifest.yaml -> build/lib/platypush/backend/music/snapcast running build_scripts creating build/scripts-3.9 copying bin/platyvenv -> build/scripts-3.9 + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6pOE2o + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 + cd platypush-0.24.5 + 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-platypush-0.24.5-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-platypush-0.24.5-1.x86_64/usr creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils copying build/lib/platypush/utils/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils copying build/lib/platypush/utils/ngrok.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils copying build/lib/platypush/utils/workers.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils copying build/lib/platypush/utils/manifest.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh copying build/lib/platypush/plugins/ssh/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh copying build/lib/platypush/plugins/ssh/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel copying build/lib/platypush/plugins/ssh/tunnel/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel copying build/lib/platypush/plugins/ssh/tunnel/reverse.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel copying build/lib/platypush/plugins/ssh/tunnel/forward.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt copying build/lib/platypush/plugins/stt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/deepspeech copying build/lib/platypush/plugins/stt/deepspeech/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/deepspeech copying build/lib/platypush/plugins/stt/deepspeech/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/deepspeech creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice copying build/lib/platypush/plugins/stt/picovoice/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/hotword copying build/lib/platypush/plugins/stt/picovoice/hotword/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/hotword copying build/lib/platypush/plugins/stt/picovoice/hotword/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/hotword creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/speech copying build/lib/platypush/plugins/stt/picovoice/speech/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/speech copying build/lib/platypush/plugins/stt/picovoice/speech/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/speech creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/utils copying build/lib/platypush/plugins/utils/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/utils copying build/lib/platypush/plugins/utils/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/utils creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nmap copying build/lib/platypush/plugins/nmap/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nmap copying build/lib/platypush/plugins/nmap/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nmap creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave copying build/lib/platypush/plugins/zwave/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/mqtt copying build/lib/platypush/plugins/zwave/mqtt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/mqtt copying build/lib/platypush/plugins/zwave/mqtt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/mqtt copying build/lib/platypush/plugins/zwave/_constants.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave copying build/lib/platypush/plugins/zwave/_base.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave copying build/lib/platypush/plugins/zwave/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wiimote copying build/lib/platypush/plugins/wiimote/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wiimote copying build/lib/platypush/plugins/wiimote/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wiimote creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sensor copying build/lib/platypush/plugins/sensor/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sensor creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/covid19 copying build/lib/platypush/plugins/covid19/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/covid19 copying build/lib/platypush/plugins/covid19/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/covid19 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sun copying build/lib/platypush/plugins/sun/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sun copying build/lib/platypush/plugins/sun/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sun copying build/lib/platypush/plugins/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot copying build/lib/platypush/plugins/switchbot/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot copying build/lib/platypush/plugins/switchbot/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot/bluetooth copying build/lib/platypush/plugins/switchbot/bluetooth/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot/bluetooth copying build/lib/platypush/plugins/switchbot/bluetooth/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot/bluetooth creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/shell copying build/lib/platypush/plugins/shell/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/shell copying build/lib/platypush/plugins/shell/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/shell creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gotify copying build/lib/platypush/plugins/gotify/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gotify copying build/lib/platypush/plugins/gotify/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gotify creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dbus copying build/lib/platypush/plugins/dbus/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dbus copying build/lib/platypush/plugins/dbus/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dbus creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor copying build/lib/platypush/plugins/gpio/sensor/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/ltr559 copying build/lib/platypush/plugins/gpio/sensor/ltr559/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/ltr559 copying build/lib/platypush/plugins/gpio/sensor/ltr559/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/ltr559 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/dht copying build/lib/platypush/plugins/gpio/sensor/dht/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/dht copying build/lib/platypush/plugins/gpio/sensor/dht/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/dht creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer copying build/lib/platypush/plugins/gpio/sensor/accelerometer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer/lib copying build/lib/platypush/plugins/gpio/sensor/accelerometer/lib/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer/lib copying build/lib/platypush/plugins/gpio/sensor/accelerometer/lib/LIS3DH.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer/lib copying build/lib/platypush/plugins/gpio/sensor/accelerometer/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance copying build/lib/platypush/plugins/gpio/sensor/distance/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance copying build/lib/platypush/plugins/gpio/sensor/distance/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance/vl53l1x copying build/lib/platypush/plugins/gpio/sensor/distance/vl53l1x/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance/vl53l1x copying build/lib/platypush/plugins/gpio/sensor/distance/vl53l1x/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance/vl53l1x creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/mcp3008 copying build/lib/platypush/plugins/gpio/sensor/mcp3008/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/mcp3008 copying build/lib/platypush/plugins/gpio/sensor/mcp3008/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/mcp3008 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/bme280 copying build/lib/platypush/plugins/gpio/sensor/bme280/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/bme280 copying build/lib/platypush/plugins/gpio/sensor/bme280/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/bme280 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion copying build/lib/platypush/plugins/gpio/sensor/motion/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion/pmw3901 copying build/lib/platypush/plugins/gpio/sensor/motion/pmw3901/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion/pmw3901 copying build/lib/platypush/plugins/gpio/sensor/motion/pmw3901/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion/pmw3901 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/envirophat copying build/lib/platypush/plugins/gpio/sensor/envirophat/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/envirophat copying build/lib/platypush/plugins/gpio/sensor/envirophat/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/envirophat copying build/lib/platypush/plugins/gpio/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio copying build/lib/platypush/plugins/gpio/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg copying build/lib/platypush/plugins/gpio/zeroborg/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg/lib copying build/lib/platypush/plugins/gpio/zeroborg/lib/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg/lib copying build/lib/platypush/plugins/gpio/zeroborg/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/graphite copying build/lib/platypush/plugins/graphite/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/graphite copying build/lib/platypush/plugins/graphite/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/graphite creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch copying build/lib/platypush/plugins/switch/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo copying build/lib/platypush/plugins/switch/wemo/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo copying build/lib/platypush/plugins/switch/wemo/scanner.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo copying build/lib/platypush/plugins/switch/wemo/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo copying build/lib/platypush/plugins/switch/wemo/lib.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/tplink copying build/lib/platypush/plugins/switch/tplink/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/tplink copying build/lib/platypush/plugins/switch/tplink/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/tplink creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mqtt copying build/lib/platypush/plugins/mqtt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mqtt copying build/lib/platypush/plugins/mqtt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mqtt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/websocket copying build/lib/platypush/plugins/websocket/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/websocket copying build/lib/platypush/plugins/websocket/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/websocket creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/torrent copying build/lib/platypush/plugins/torrent/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/torrent copying build/lib/platypush/plugins/torrent/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/torrent creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail copying build/lib/platypush/plugins/mail/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/imap copying build/lib/platypush/plugins/mail/imap/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/imap copying build/lib/platypush/plugins/mail/imap/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/imap creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/smtp copying build/lib/platypush/plugins/mail/smtp/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/smtp copying build/lib/platypush/plugins/mail/smtp/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/smtp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rtorrent copying build/lib/platypush/plugins/rtorrent/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rtorrent copying build/lib/platypush/plugins/rtorrent/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rtorrent creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/matrix copying build/lib/platypush/plugins/matrix/client.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/matrix copying build/lib/platypush/plugins/matrix/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/matrix copying build/lib/platypush/plugins/matrix/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/matrix creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/kafka copying build/lib/platypush/plugins/kafka/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/kafka copying build/lib/platypush/plugins/kafka/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/kafka creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tensorflow copying build/lib/platypush/plugins/tensorflow/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tensorflow copying build/lib/platypush/plugins/tensorflow/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tensorflow creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma copying build/lib/platypush/plugins/luma/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma/oled copying build/lib/platypush/plugins/luma/oled/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma/oled copying build/lib/platypush/plugins/luma/oled/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma/oled creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nextcloud copying build/lib/platypush/plugins/nextcloud/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nextcloud copying build/lib/platypush/plugins/nextcloud/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nextcloud creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather copying build/lib/platypush/plugins/weather/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/openweathermap copying build/lib/platypush/plugins/weather/openweathermap/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/openweathermap copying build/lib/platypush/plugins/weather/openweathermap/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/openweathermap creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/buienradar copying build/lib/platypush/plugins/weather/buienradar/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/buienradar copying build/lib/platypush/plugins/weather/buienradar/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/buienradar creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/darksky copying build/lib/platypush/plugins/weather/darksky/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/darksky copying build/lib/platypush/plugins/weather/darksky/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/darksky creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit copying build/lib/platypush/plugins/adafruit/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit/io copying build/lib/platypush/plugins/adafruit/io/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit/io copying build/lib/platypush/plugins/adafruit/io/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit/io creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tcp copying build/lib/platypush/plugins/tcp/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tcp copying build/lib/platypush/plugins/tcp/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tcp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/smartthings copying build/lib/platypush/plugins/smartthings/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/smartthings copying build/lib/platypush/plugins/smartthings/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/smartthings creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/csv copying build/lib/platypush/plugins/csv/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/csv copying build/lib/platypush/plugins/csv/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/csv creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pushbullet copying build/lib/platypush/plugins/pushbullet/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pushbullet copying build/lib/platypush/plugins/pushbullet/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pushbullet creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee copying build/lib/platypush/plugins/zigbee/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee/mqtt copying build/lib/platypush/plugins/zigbee/mqtt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee/mqtt copying build/lib/platypush/plugins/zigbee/mqtt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee/mqtt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mailgun copying build/lib/platypush/plugins/mailgun/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mailgun copying build/lib/platypush/plugins/mailgun/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mailgun creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/logger copying build/lib/platypush/plugins/logger/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/logger copying build/lib/platypush/plugins/logger/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/logger creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/twilio copying build/lib/platypush/plugins/twilio/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/twilio copying build/lib/platypush/plugins/twilio/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/twilio creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/todoist copying build/lib/platypush/plugins/todoist/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/todoist copying build/lib/platypush/plugins/todoist/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/todoist creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/autoremote copying build/lib/platypush/plugins/autoremote/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/autoremote copying build/lib/platypush/plugins/autoremote/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/autoremote creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth copying build/lib/platypush/plugins/bluetooth/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth copying build/lib/platypush/plugins/bluetooth/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth/ble copying build/lib/platypush/plugins/bluetooth/ble/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth/ble copying build/lib/platypush/plugins/bluetooth/ble/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth/ble creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/system copying build/lib/platypush/plugins/system/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/system copying build/lib/platypush/plugins/system/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/system creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wallabag copying build/lib/platypush/plugins/wallabag/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wallabag copying build/lib/platypush/plugins/wallabag/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wallabag creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/slack copying build/lib/platypush/plugins/slack/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/slack copying build/lib/platypush/plugins/slack/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/slack creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/hid copying build/lib/platypush/plugins/hid/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/hid copying build/lib/platypush/plugins/hid/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/hid creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ping copying build/lib/platypush/plugins/ping/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ping copying build/lib/platypush/plugins/ping/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ping creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inputs copying build/lib/platypush/plugins/inputs/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inputs copying build/lib/platypush/plugins/inputs/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inputs creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd copying build/lib/platypush/plugins/lcd/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/gpio copying build/lib/platypush/plugins/lcd/gpio/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/gpio copying build/lib/platypush/plugins/lcd/gpio/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/gpio creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/i2c copying build/lib/platypush/plugins/lcd/i2c/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/i2c copying build/lib/platypush/plugins/lcd/i2c/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/i2c creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer copying build/lib/platypush/plugins/printer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer/cups copying build/lib/platypush/plugins/printer/cups/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer/cups copying build/lib/platypush/plugins/printer/cups/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer/cups creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant copying build/lib/platypush/plugins/assistant/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google copying build/lib/platypush/plugins/assistant/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/lib copying build/lib/platypush/plugins/assistant/google/lib/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/lib copying build/lib/platypush/plugins/assistant/google/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/pushtotalk copying build/lib/platypush/plugins/assistant/google/pushtotalk/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/pushtotalk copying build/lib/platypush/plugins/assistant/google/pushtotalk/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/pushtotalk creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/echo copying build/lib/platypush/plugins/assistant/echo/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/echo copying build/lib/platypush/plugins/assistant/echo/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/echo creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv copying build/lib/platypush/plugins/tv/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung copying build/lib/platypush/plugins/tv/samsung/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung/ws copying build/lib/platypush/plugins/tv/samsung/ws/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung/ws copying build/lib/platypush/plugins/tv/samsung/ws/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung/ws creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light copying build/lib/platypush/plugins/light/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light/hue copying build/lib/platypush/plugins/light/hue/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light/hue copying build/lib/platypush/plugins/light/hue/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light/hue creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google copying build/lib/platypush/plugins/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/youtube copying build/lib/platypush/plugins/google/youtube/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/youtube copying build/lib/platypush/plugins/google/youtube/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/youtube creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/mail copying build/lib/platypush/plugins/google/mail/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/mail copying build/lib/platypush/plugins/google/mail/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/mail creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/translate copying build/lib/platypush/plugins/google/translate/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/translate copying build/lib/platypush/plugins/google/translate/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/translate copying build/lib/platypush/plugins/google/credentials.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/maps copying build/lib/platypush/plugins/google/maps/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/maps copying build/lib/platypush/plugins/google/maps/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/maps creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/calendar copying build/lib/platypush/plugins/google/calendar/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/calendar copying build/lib/platypush/plugins/google/calendar/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/calendar creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/pubsub copying build/lib/platypush/plugins/google/pubsub/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/pubsub copying build/lib/platypush/plugins/google/pubsub/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/pubsub creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/fit copying build/lib/platypush/plugins/google/fit/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/fit copying build/lib/platypush/plugins/google/fit/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/fit creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/drive copying build/lib/platypush/plugins/google/drive/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/drive copying build/lib/platypush/plugins/google/drive/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/drive creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http copying build/lib/platypush/plugins/http/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/webpage copying build/lib/platypush/plugins/http/webpage/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/webpage copying build/lib/platypush/plugins/http/webpage/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/webpage copying build/lib/platypush/plugins/http/webpage/mercury-parser.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/webpage creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request copying build/lib/platypush/plugins/http/request/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request copying build/lib/platypush/plugins/http/request/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request/rss copying build/lib/platypush/plugins/http/request/rss/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request/rss copying build/lib/platypush/plugins/http/request/rss/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request/rss creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inspect copying build/lib/platypush/plugins/inspect/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inspect copying build/lib/platypush/plugins/inspect/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inspect creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lastfm copying build/lib/platypush/plugins/lastfm/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lastfm copying build/lib/platypush/plugins/lastfm/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lastfm creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/qrcode copying build/lib/platypush/plugins/qrcode/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/qrcode copying build/lib/platypush/plugins/qrcode/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/qrcode creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/midi copying build/lib/platypush/plugins/midi/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/midi copying build/lib/platypush/plugins/midi/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/midi creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pihole copying build/lib/platypush/plugins/pihole/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pihole copying build/lib/platypush/plugins/pihole/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pihole creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera copying build/lib/platypush/plugins/camera/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir copying build/lib/platypush/plugins/camera/ir/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir/mlx90640 copying build/lib/platypush/plugins/camera/ir/mlx90640/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir/mlx90640 copying build/lib/platypush/plugins/camera/ir/mlx90640/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir/mlx90640 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android copying build/lib/platypush/plugins/camera/android/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android/ipcam copying build/lib/platypush/plugins/camera/android/ipcam/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android/ipcam copying build/lib/platypush/plugins/camera/android/ipcam/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android/ipcam creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/cv copying build/lib/platypush/plugins/camera/cv/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/cv copying build/lib/platypush/plugins/camera/cv/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/cv creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/pi copying build/lib/platypush/plugins/camera/pi/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/pi copying build/lib/platypush/plugins/camera/pi/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/pi copying build/lib/platypush/plugins/camera/pi/model.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/pi creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/gstreamer copying build/lib/platypush/plugins/camera/gstreamer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/gstreamer copying build/lib/platypush/plugins/camera/gstreamer/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/gstreamer copying build/lib/platypush/plugins/camera/gstreamer/model.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/gstreamer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ffmpeg copying build/lib/platypush/plugins/camera/ffmpeg/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ffmpeg copying build/lib/platypush/plugins/camera/ffmpeg/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ffmpeg copying build/lib/platypush/plugins/camera/ffmpeg/model.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ffmpeg creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model copying build/lib/platypush/plugins/camera/model/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model copying build/lib/platypush/plugins/camera/model/camera.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer copying build/lib/platypush/plugins/camera/model/writer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer copying build/lib/platypush/plugins/camera/model/writer/cv.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer copying build/lib/platypush/plugins/camera/model/writer/index.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer copying build/lib/platypush/plugins/camera/model/writer/ffmpeg.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer copying build/lib/platypush/plugins/camera/model/writer/image.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview copying build/lib/platypush/plugins/camera/model/writer/preview/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview copying build/lib/platypush/plugins/camera/model/writer/preview/ffplay.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview copying build/lib/platypush/plugins/camera/model/writer/preview/ui.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/wx copying build/lib/platypush/plugins/camera/model/writer/preview/wx/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/wx copying build/lib/platypush/plugins/camera/model/writer/preview/wx/ui.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/wx copying build/lib/platypush/plugins/camera/model/exceptions.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/file copying build/lib/platypush/plugins/file/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/file copying build/lib/platypush/plugins/file/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/file creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/db copying build/lib/platypush/plugins/db/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/db copying build/lib/platypush/plugins/db/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/db creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/config copying build/lib/platypush/plugins/config/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/config copying build/lib/platypush/plugins/config/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/config creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sound copying build/lib/platypush/plugins/sound/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sound copying build/lib/platypush/plugins/sound/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sound copying build/lib/platypush/plugins/sound/core.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sound creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/variable copying build/lib/platypush/plugins/variable/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/variable copying build/lib/platypush/plugins/variable/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/variable creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar copying build/lib/platypush/plugins/calendar/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar copying build/lib/platypush/plugins/calendar/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar/ical copying build/lib/platypush/plugins/calendar/ical/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar/ical copying build/lib/platypush/plugins/calendar/ical/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar/ical creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/user copying build/lib/platypush/plugins/user/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/user copying build/lib/platypush/plugins/user/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/user creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/otp copying build/lib/platypush/plugins/otp/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/otp copying build/lib/platypush/plugins/otp/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/otp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/udp copying build/lib/platypush/plugins/udp/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/udp copying build/lib/platypush/plugins/udp/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/udp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/linode copying build/lib/platypush/plugins/linode/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/linode copying build/lib/platypush/plugins/linode/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/linode creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mastodon copying build/lib/platypush/plugins/mastodon/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mastodon copying build/lib/platypush/plugins/mastodon/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mastodon creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ifttt copying build/lib/platypush/plugins/ifttt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ifttt copying build/lib/platypush/plugins/ifttt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ifttt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zeroconf copying build/lib/platypush/plugins/zeroconf/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zeroconf copying build/lib/platypush/plugins/zeroconf/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zeroconf creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/foursquare copying build/lib/platypush/plugins/foursquare/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/foursquare copying build/lib/platypush/plugins/foursquare/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/foursquare creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media copying build/lib/platypush/plugins/media/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search copying build/lib/platypush/plugins/media/search/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search copying build/lib/platypush/plugins/media/search/local.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search copying build/lib/platypush/plugins/media/search/jellyfin.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search copying build/lib/platypush/plugins/media/search/plex.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search copying build/lib/platypush/plugins/media/search/youtube.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search copying build/lib/platypush/plugins/media/search/torrent.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/chromecast copying build/lib/platypush/plugins/media/chromecast/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/chromecast copying build/lib/platypush/plugins/media/chromecast/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/chromecast creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mpv copying build/lib/platypush/plugins/media/mpv/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mpv copying build/lib/platypush/plugins/media/mpv/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mpv creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/omxplayer copying build/lib/platypush/plugins/media/omxplayer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/omxplayer copying build/lib/platypush/plugins/media/omxplayer/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/omxplayer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/lib copying build/lib/platypush/plugins/media/lib/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/lib copying build/lib/platypush/plugins/media/lib/plexcast.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/lib creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/webtorrent copying build/lib/platypush/plugins/media/webtorrent/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/webtorrent copying build/lib/platypush/plugins/media/webtorrent/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/webtorrent creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/subtitles copying build/lib/platypush/plugins/media/subtitles/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/subtitles copying build/lib/platypush/plugins/media/subtitles/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/subtitles creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/kodi copying build/lib/platypush/plugins/media/kodi/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/kodi copying build/lib/platypush/plugins/media/kodi/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/kodi creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/vlc copying build/lib/platypush/plugins/media/vlc/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/vlc copying build/lib/platypush/plugins/media/vlc/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/vlc creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/gstreamer copying build/lib/platypush/plugins/media/gstreamer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/gstreamer copying build/lib/platypush/plugins/media/gstreamer/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/gstreamer copying build/lib/platypush/plugins/media/gstreamer/model.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/gstreamer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mplayer copying build/lib/platypush/plugins/media/mplayer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mplayer copying build/lib/platypush/plugins/media/mplayer/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mplayer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/jellyfin copying build/lib/platypush/plugins/media/jellyfin/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/jellyfin copying build/lib/platypush/plugins/media/jellyfin/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/jellyfin creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/plex copying build/lib/platypush/plugins/media/plex/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/plex copying build/lib/platypush/plugins/media/plex/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/plex creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm copying build/lib/platypush/plugins/pwm/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm/pca9685 copying build/lib/platypush/plugins/pwm/pca9685/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm/pca9685 copying build/lib/platypush/plugins/pwm/pca9685/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm/pca9685 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/redis copying build/lib/platypush/plugins/redis/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/redis copying build/lib/platypush/plugins/redis/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/redis creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ntfy copying build/lib/platypush/plugins/ntfy/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ntfy copying build/lib/platypush/plugins/ntfy/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ntfy creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/travisci copying build/lib/platypush/plugins/travisci/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/travisci copying build/lib/platypush/plugins/travisci/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/travisci creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile copying build/lib/platypush/plugins/mobile/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile/join copying build/lib/platypush/plugins/mobile/join/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile/join copying build/lib/platypush/plugins/mobile/join/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile/join creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat copying build/lib/platypush/plugins/chat/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/telegram copying build/lib/platypush/plugins/chat/telegram/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/telegram copying build/lib/platypush/plugins/chat/telegram/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/telegram creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/irc copying build/lib/platypush/plugins/chat/irc/_bot.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/irc copying build/lib/platypush/plugins/chat/irc/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/irc copying build/lib/platypush/plugins/chat/irc/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/irc creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/clipboard copying build/lib/platypush/plugins/clipboard/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/clipboard copying build/lib/platypush/plugins/clipboard/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/clipboard creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rss copying build/lib/platypush/plugins/rss/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rss copying build/lib/platypush/plugins/rss/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rss creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp copying build/lib/platypush/plugins/esp/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp copying build/lib/platypush/plugins/esp/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models copying build/lib/platypush/plugins/esp/models/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models copying build/lib/platypush/plugins/esp/models/connection.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models copying build/lib/platypush/plugins/esp/models/device.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dropbox copying build/lib/platypush/plugins/dropbox/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dropbox copying build/lib/platypush/plugins/dropbox/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dropbox creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music copying build/lib/platypush/plugins/music/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/mpd copying build/lib/platypush/plugins/music/mpd/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/mpd copying build/lib/platypush/plugins/music/mpd/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/mpd creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/tidal copying build/lib/platypush/plugins/music/tidal/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/tidal copying build/lib/platypush/plugins/music/tidal/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/tidal copying build/lib/platypush/plugins/music/tidal/workers.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/tidal creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/spotify copying build/lib/platypush/plugins/music/spotify/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/spotify copying build/lib/platypush/plugins/music/spotify/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/spotify creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/snapcast copying build/lib/platypush/plugins/music/snapcast/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/snapcast copying build/lib/platypush/plugins/music/snapcast/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/snapcast creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml copying build/lib/platypush/plugins/ml/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml/cv copying build/lib/platypush/plugins/ml/cv/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml/cv copying build/lib/platypush/plugins/ml/cv/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml/cv creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/serial copying build/lib/platypush/plugins/serial/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/serial copying build/lib/platypush/plugins/serial/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/serial creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/alarm copying build/lib/platypush/plugins/alarm/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/alarm copying build/lib/platypush/plugins/alarm/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/alarm creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ffmpeg copying build/lib/platypush/plugins/ffmpeg/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ffmpeg copying build/lib/platypush/plugins/ffmpeg/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ffmpeg creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/arduino copying build/lib/platypush/plugins/arduino/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/arduino copying build/lib/platypush/plugins/arduino/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/arduino creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ngrok copying build/lib/platypush/plugins/ngrok/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ngrok copying build/lib/platypush/plugins/ngrok/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ngrok creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts copying build/lib/platypush/plugins/tts/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts copying build/lib/platypush/plugins/tts/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/mimic3 copying build/lib/platypush/plugins/tts/mimic3/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/mimic3 copying build/lib/platypush/plugins/tts/mimic3/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/mimic3 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/google copying build/lib/platypush/plugins/tts/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/google copying build/lib/platypush/plugins/tts/google/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/trello copying build/lib/platypush/plugins/trello/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/trello copying build/lib/platypush/plugins/trello/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/trello copying build/lib/platypush/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/cron copying build/lib/platypush/cron/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/cron copying build/lib/platypush/cron/scheduler.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/cron creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common copying build/lib/platypush/common/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/spotify copying build/lib/platypush/common/spotify/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/spotify creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/gstreamer copying build/lib/platypush/common/gstreamer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/gstreamer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/context copying build/lib/platypush/context/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/context creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/exceptions copying build/lib/platypush/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/exceptions copying build/lib/platypush/exceptions/user.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/exceptions creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/procedure copying build/lib/platypush/procedure/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/procedure creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/platydock copying build/lib/platypush/platydock/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/platydock copying build/lib/platypush/platydock/__main__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/platydock creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event copying build/lib/platypush/event/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event copying build/lib/platypush/event/hook.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event/processor copying build/lib/platypush/event/processor/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event/processor creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/config copying build/lib/platypush/config/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/config copying build/lib/platypush/config/config.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/config copying build/lib/platypush/config/config.auto.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/config creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message copying build/lib/platypush/message/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/bluetooth.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/ssh.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/stt.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/weather copying build/lib/platypush/message/response/weather/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/weather copying build/lib/platypush/message/response/weather/buienradar.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/weather copying build/lib/platypush/message/response/pihole.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/system copying build/lib/platypush/message/response/system/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/system copying build/lib/platypush/message/response/trello.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/printer copying build/lib/platypush/message/response/printer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/printer copying build/lib/platypush/message/response/printer/cups.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/printer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/google copying build/lib/platypush/message/response/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/google copying build/lib/platypush/message/response/google/drive.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/google copying build/lib/platypush/message/response/todoist.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/camera copying build/lib/platypush/message/response/camera/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/camera copying build/lib/platypush/message/response/camera/android.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/camera copying build/lib/platypush/message/response/translate.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/tensorflow.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/esp.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/chat copying build/lib/platypush/message/response/chat/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/chat copying build/lib/platypush/message/response/chat/telegram.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/chat copying build/lib/platypush/message/response/linode.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/qrcode.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response copying build/lib/platypush/message/response/ping.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/dbus.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor copying build/lib/platypush/message/event/sensor/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/ir copying build/lib/platypush/message/event/sensor/ir/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/ir creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/light copying build/lib/platypush/message/event/sensor/light/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/light copying build/lib/platypush/message/event/sensor/leap.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor copying build/lib/platypush/message/event/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/bluetooth.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/gpio copying build/lib/platypush/message/event/gpio/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/gpio copying build/lib/platypush/message/event/github.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/foursquare.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/wiimote.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/irc.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/stt.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/midi.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/adafruit.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/distance.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zigbee copying build/lib/platypush/message/event/zigbee/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zigbee copying build/lib/platypush/message/event/zigbee/mqtt.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zigbee copying build/lib/platypush/message/event/camera.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/hid.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/light.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/pushbullet.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/custom.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/weather.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/gps.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/trello.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/mail.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/application.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/assistant copying build/lib/platypush/message/event/assistant/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/assistant copying build/lib/platypush/message/event/scard.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google copying build/lib/platypush/message/event/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google copying build/lib/platypush/message/event/google/fit.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google copying build/lib/platypush/message/event/google/pubsub.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http copying build/lib/platypush/message/event/http/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http copying build/lib/platypush/message/event/http/hook.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http copying build/lib/platypush/message/event/http/rss.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http copying build/lib/platypush/message/event/todoist.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/gotify.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/clipboard.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/ngrok.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/log copying build/lib/platypush/message/event/log/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/log copying build/lib/platypush/message/event/log/http.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/log copying build/lib/platypush/message/event/zeroborg.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/web copying build/lib/platypush/message/event/web/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/web copying build/lib/platypush/message/event/web/widget.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/web copying build/lib/platypush/message/event/travisci.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/sound.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/tensorflow.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/zeroconf.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/button copying build/lib/platypush/message/event/button/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/button creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/button/flic copying build/lib/platypush/message/event/button/flic/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/button/flic copying build/lib/platypush/message/event/torrent.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/nfc.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/geo.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/media.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/alarm.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/mqtt.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/nextcloud.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/zwave.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/video copying build/lib/platypush/message/event/video/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/video copying build/lib/platypush/message/event/kafka.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/matrix.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat copying build/lib/platypush/message/event/chat/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat copying build/lib/platypush/message/event/chat/slack.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat copying build/lib/platypush/message/event/chat/telegram.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat copying build/lib/platypush/message/event/linode.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/qrcode.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/ping.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/rss.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/sun.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music copying build/lib/platypush/message/event/music/snapcast.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music copying build/lib/platypush/message/event/music/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music copying build/lib/platypush/message/event/music/tidal.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/serial copying build/lib/platypush/message/event/serial/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/serial copying build/lib/platypush/message/event/inotify.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/joystick.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/websocket.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/covid19.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/ntfy.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event copying build/lib/platypush/message/event/file.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/request copying build/lib/platypush/message/request/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/request creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/user copying build/lib/platypush/user/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/user copying build/lib/platypush/__main__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/bus copying build/lib/platypush/bus/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/bus copying build/lib/platypush/bus/redis.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/bus creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt copying build/lib/platypush/backend/stt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/deepspeech copying build/lib/platypush/backend/stt/deepspeech/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/deepspeech copying build/lib/platypush/backend/stt/deepspeech/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/deepspeech creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice copying build/lib/platypush/backend/stt/picovoice/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/hotword copying build/lib/platypush/backend/stt/picovoice/hotword/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/hotword copying build/lib/platypush/backend/stt/picovoice/hotword/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/hotword creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/speech copying build/lib/platypush/backend/stt/picovoice/speech/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/speech copying build/lib/platypush/backend/stt/picovoice/speech/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/speech creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave copying build/lib/platypush/backend/zwave/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave/mqtt copying build/lib/platypush/backend/zwave/mqtt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave/mqtt copying build/lib/platypush/backend/zwave/mqtt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave/mqtt copying build/lib/platypush/backend/zwave/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/wiimote copying build/lib/platypush/backend/wiimote/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/wiimote copying build/lib/platypush/backend/wiimote/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/wiimote creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor copying build/lib/platypush/backend/sensor/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir copying build/lib/platypush/backend/sensor/ir/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/zeroborg copying build/lib/platypush/backend/sensor/ir/zeroborg/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/zeroborg copying build/lib/platypush/backend/sensor/ir/zeroborg/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/zeroborg copying build/lib/platypush/backend/sensor/ir/zeroborg/scan.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/zeroborg creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ltr559 copying build/lib/platypush/backend/sensor/ltr559/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ltr559 copying build/lib/platypush/backend/sensor/ltr559/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ltr559 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/dht copying build/lib/platypush/backend/sensor/dht/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/dht copying build/lib/platypush/backend/sensor/dht/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/dht creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/accelerometer copying build/lib/platypush/backend/sensor/accelerometer/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/accelerometer copying build/lib/platypush/backend/sensor/accelerometer/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/accelerometer creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance copying build/lib/platypush/backend/sensor/distance/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance copying build/lib/platypush/backend/sensor/distance/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance/vl53l1x copying build/lib/platypush/backend/sensor/distance/vl53l1x/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance/vl53l1x copying build/lib/platypush/backend/sensor/distance/vl53l1x/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance/vl53l1x creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/mcp3008 copying build/lib/platypush/backend/sensor/mcp3008/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/mcp3008 copying build/lib/platypush/backend/sensor/mcp3008/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/mcp3008 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/bme280 copying build/lib/platypush/backend/sensor/bme280/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/bme280 copying build/lib/platypush/backend/sensor/bme280/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/bme280 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/leap copying build/lib/platypush/backend/sensor/leap/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/leap copying build/lib/platypush/backend/sensor/leap/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/leap creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion copying build/lib/platypush/backend/sensor/motion/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion/pmw3901 copying build/lib/platypush/backend/sensor/motion/pmw3901/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion/pmw3901 copying build/lib/platypush/backend/sensor/motion/pmw3901/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion/pmw3901 creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/envirophat copying build/lib/platypush/backend/sensor/envirophat/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/envirophat copying build/lib/platypush/backend/sensor/envirophat/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/envirophat creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/battery copying build/lib/platypush/backend/sensor/battery/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/battery copying build/lib/platypush/backend/sensor/battery/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/battery creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/serial copying build/lib/platypush/backend/sensor/serial/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/serial copying build/lib/platypush/backend/sensor/serial/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/serial creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/arduino copying build/lib/platypush/backend/sensor/arduino/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/arduino copying build/lib/platypush/backend/sensor/arduino/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/arduino creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/covid19 copying build/lib/platypush/backend/covid19/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/covid19 copying build/lib/platypush/backend/covid19/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/covid19 copying build/lib/platypush/backend/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/github copying build/lib/platypush/backend/github/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/github copying build/lib/platypush/backend/github/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/github creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mqtt copying build/lib/platypush/backend/mqtt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mqtt copying build/lib/platypush/backend/mqtt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mqtt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/websocket copying build/lib/platypush/backend/websocket/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/websocket copying build/lib/platypush/backend/websocket/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/websocket creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mail copying build/lib/platypush/backend/mail/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mail copying build/lib/platypush/backend/mail/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mail creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/scard copying build/lib/platypush/backend/scard/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/scard copying build/lib/platypush/backend/scard/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/scard creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/kafka copying build/lib/platypush/backend/kafka/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/kafka copying build/lib/platypush/backend/kafka/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/kafka creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nfc copying build/lib/platypush/backend/nfc/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nfc copying build/lib/platypush/backend/nfc/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nfc creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nodered copying build/lib/platypush/backend/nodered/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nodered copying build/lib/platypush/backend/nodered/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nodered copying build/lib/platypush/backend/nodered/runner.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nodered creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nextcloud copying build/lib/platypush/backend/nextcloud/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nextcloud copying build/lib/platypush/backend/nextcloud/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nextcloud creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather copying build/lib/platypush/backend/weather/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/openweathermap copying build/lib/platypush/backend/weather/openweathermap/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/openweathermap copying build/lib/platypush/backend/weather/openweathermap/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/openweathermap creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/buienradar copying build/lib/platypush/backend/weather/buienradar/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/buienradar copying build/lib/platypush/backend/weather/buienradar/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/buienradar creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/darksky copying build/lib/platypush/backend/weather/darksky/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/darksky copying build/lib/platypush/backend/weather/darksky/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/darksky creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit copying build/lib/platypush/backend/adafruit/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit/io copying build/lib/platypush/backend/adafruit/io/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit/io copying build/lib/platypush/backend/adafruit/io/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit/io creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/tcp copying build/lib/platypush/backend/tcp/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/tcp copying build/lib/platypush/backend/tcp/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/tcp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/pushbullet copying build/lib/platypush/backend/pushbullet/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/pushbullet copying build/lib/platypush/backend/pushbullet/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/pushbullet copying build/lib/platypush/backend/pushbullet/listener.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/pushbullet creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee copying build/lib/platypush/backend/zigbee/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee/mqtt copying build/lib/platypush/backend/zigbee/mqtt/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee/mqtt copying build/lib/platypush/backend/zigbee/mqtt/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee/mqtt creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/todoist copying build/lib/platypush/backend/todoist/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/todoist copying build/lib/platypush/backend/todoist/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/todoist creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth copying build/lib/platypush/backend/bluetooth/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner copying build/lib/platypush/backend/bluetooth/scanner/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner copying build/lib/platypush/backend/bluetooth/scanner/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner/ble copying build/lib/platypush/backend/bluetooth/scanner/ble/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner/ble copying build/lib/platypush/backend/bluetooth/scanner/ble/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner/ble creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/pushserver copying build/lib/platypush/backend/bluetooth/pushserver/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/pushserver copying build/lib/platypush/backend/bluetooth/pushserver/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/pushserver creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/fileserver copying build/lib/platypush/backend/bluetooth/fileserver/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/fileserver copying build/lib/platypush/backend/bluetooth/fileserver/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/fileserver creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/ping copying build/lib/platypush/backend/ping/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/ping copying build/lib/platypush/backend/ping/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/ping creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant copying build/lib/platypush/backend/assistant/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/google copying build/lib/platypush/backend/assistant/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/google copying build/lib/platypush/backend/assistant/google/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/snowboy copying build/lib/platypush/backend/assistant/snowboy/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/snowboy copying build/lib/platypush/backend/assistant/snowboy/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/snowboy creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light copying build/lib/platypush/backend/light/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light/hue copying build/lib/platypush/backend/light/hue/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light/hue copying build/lib/platypush/backend/light/hue/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light/hue creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google copying build/lib/platypush/backend/google/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/pubsub copying build/lib/platypush/backend/google/pubsub/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/pubsub copying build/lib/platypush/backend/google/pubsub/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/pubsub creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/fit copying build/lib/platypush/backend/google/fit/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/fit copying build/lib/platypush/backend/google/fit/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/fit creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http copying build/lib/platypush/backend/http/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http copying build/lib/platypush/backend/http/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app copying build/lib/platypush/backend/http/app/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app copying build/lib/platypush/backend/http/app/utils.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/execute.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/auth.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins copying build/lib/platypush/backend/http/app/routes/plugins/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins copying build/lib/platypush/backend/http/app/routes/plugins/spotify.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/qrcode copying build/lib/platypush/backend/http/app/routes/plugins/qrcode/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/qrcode creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera copying build/lib/platypush/backend/http/app/routes/plugins/camera/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/ir copying build/lib/platypush/backend/http/app/routes/plugins/camera/ir/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/ir copying build/lib/platypush/backend/http/app/routes/plugins/camera/ir/mlx90640.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/ir copying build/lib/platypush/backend/http/app/routes/plugins/camera/pi.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/sound copying build/lib/platypush/backend/http/app/routes/plugins/sound/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/sound creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media copying build/lib/platypush/backend/http/app/routes/plugins/media/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media copying build/lib/platypush/backend/http/app/routes/plugins/media/stream.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media copying build/lib/platypush/backend/http/app/routes/plugins/media/subtitles.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/tts copying build/lib/platypush/backend/http/app/routes/plugins/tts/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/tts copying build/lib/platypush/backend/http/app/routes/plugins/tts/mimic3.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/tts copying build/lib/platypush/backend/http/app/routes/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/logout.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/hook.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/resources.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/index.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/plugin.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/dashboard.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/register.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/app/routes/login.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes copying build/lib/platypush/backend/http/utils.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http copying build/lib/platypush/backend/http/uwsgi.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media copying build/lib/platypush/backend/http/media/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media/handlers copying build/lib/platypush/backend/http/media/handlers/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media/handlers copying build/lib/platypush/backend/http/media/handlers/file.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media/handlers creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/poll copying build/lib/platypush/backend/http/poll/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/poll copying build/lib/platypush/backend/http/poll/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/poll creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist copying build/lib/platypush/backend/http/webapp/dist/favicon.ico -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons copying build/lib/platypush/backend/http/webapp/dist/icons/zigbee.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/13n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/13d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/03n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/09n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/11n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/10d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/50d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/50n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/02n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/04d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/unknown.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/10n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/03d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/01n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/04n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/01d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/11d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/02d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/dark/09d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/dark creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/13n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/13d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/03n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/09n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/11n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/10d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/50d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/50n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/02n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/04d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/unknown.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/10n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/03d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/01n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/04n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/01d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/11d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/02d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/black/09d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/black creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/13n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/13d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/03n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/09n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/11n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/10d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/50d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/50n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/02n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/04d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/unknown.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/10n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/03d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/01n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/04n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/01d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/11d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/02d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/white/09d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/white creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/13n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/13d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/03n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/09n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/11n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/10d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/50d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/50n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/02n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/04d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/unknown.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/10n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/03d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/01n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/04n.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/01d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/11d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/02d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/openweathermap/light/09d.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons/openweathermap/light copying build/lib/platypush/backend/http/webapp/dist/icons/kodi.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons copying build/lib/platypush/backend/http/webapp/dist/icons/z-wave.png -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons copying build/lib/platypush/backend/http/webapp/dist/icons/jellyfin.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons copying build/lib/platypush/backend/http/webapp/dist/icons/plex.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/icons creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/img copying build/lib/platypush/backend/http/webapp/dist/img/dashboard-bg-light.jpg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/img creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1938-legacy.55546c0e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5210.fae85e4c.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5466-legacy.112f0d2e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7643.802b7ba8.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2362-legacy.017e03af.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5895-legacy.1fb25060.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1798.e72decae.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5779-legacy.1c9b7d67.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9196.5e4f2f1b.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1595.d3f3ba5b.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/8337-legacy.4e57bdc4.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6003.faab4096.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9196-legacy.b3f4bc1f.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1798-legacy.28cf3934.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/615-legacy.6fa21b8b.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4548-legacy.15ee26de.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/8184.f06cf9d8.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1406-legacy.41c0c47e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4604-legacy.986bbad3.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6013-legacy.90c86f45.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5466-legacy.112f0d2e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4764.55084bfb.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6013.0f59b66b.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7643-legacy.cebc7792.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9895-legacy.0608fab6.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2346.4e0afde3.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5193.5035fdb1.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9299.cba36f7a.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6833.cc55832d.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4196.630e670c.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1938.1f474567.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5895.6d58227e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5210-legacy.38d0da8d.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2957-legacy.e1d14d10.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5111.8df28fdf.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/615.27cc8f9e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9895.fa612682.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7420.a460b393.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2790-legacy.df38f403.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4196.630e670c.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2380.73b1a20d.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9694.dfa28ffb.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/app-legacy.ab28664f.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/747.21f6bf7b.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6013-legacy.90c86f45.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2466-legacy.64778a75.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5895-legacy.1fb25060.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/615-legacy.6fa21b8b.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6509-legacy.28c562ac.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6833.cc55832d.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2790.bf6f297a.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2820-legacy.6e4e2d10.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5824.0dd40d21.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5193-legacy.60b8c4f6.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9633-legacy.9232f8cd.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9299-legacy.cb0ed629.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2466.575a0b76.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5193.5035fdb1.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2346-legacy.cc7ee826.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2790-legacy.df38f403.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/345.668e4cb2.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2380-legacy.b3f2d86a.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/8337-legacy.4e57bdc4.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7420-legacy.9757ff05.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4826-legacy.580eecfe.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3785-legacy.3401a917.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9694-legacy.cdda9d87.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9299-legacy.cb0ed629.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7262.b0ebadee.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2957-legacy.e1d14d10.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4604.ac359b97.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/8184-legacy.7065c6d4.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2820.be1f76ae.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6027.dc523874.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6509.a6fd64ee.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2820.be1f76ae.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9196.5e4f2f1b.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7262.b0ebadee.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/699.5a760926.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5528-legacy.4c020c46.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5779.a25186e7.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7262-legacy.53030e4c.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7420.a460b393.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/chunk-vendors-legacy.6835b8d0.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2362-legacy.017e03af.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6833-legacy.72c66805.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2346.4e0afde3.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9895.fa612682.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9196-legacy.b3f4bc1f.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1798-legacy.28cf3934.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5779-legacy.1c9b7d67.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5895.6d58227e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2820-legacy.6e4e2d10.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6509-legacy.28c562ac.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4548.ec5c28d2.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6739.ab19c203.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5824-legacy.f18a2b68.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5111.8df28fdf.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9978.96bd5026.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2844.357b0781.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7196-legacy.69f37439.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/699-legacy.f7552281.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/app.12b17001.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/345-legacy.b2bdd619.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/779-legacy.f24c7394.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6739-legacy.f05555d2.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/chunk-vendors.5adf1720.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6013.0f59b66b.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9633.5151828a.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2844-legacy.a6c67900.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/747.21f6bf7b.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5824.0dd40d21.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5528.3b6af320.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4604.ac359b97.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7643.802b7ba8.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4196-legacy.89b93a84.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3785-legacy.3401a917.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3249.fd3db1b0.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4276-legacy.9ed76a69.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1406-legacy.41c0c47e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9895-legacy.0608fab6.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/699.5a760926.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2380-legacy.b3f2d86a.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/767-legacy.aa1f607e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6899.0f42d5c8.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5528-legacy.4c020c46.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/767.c8cb94e4.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4764.55084bfb.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4548.ec5c28d2.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6003.faab4096.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/app-legacy.ab28664f.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6027.dc523874.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7029-legacy.22d2270b.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/699-legacy.f7552281.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5528.3b6af320.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/767-legacy.aa1f607e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5210-legacy.38d0da8d.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1595-legacy.ddcdc704.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6027-legacy.ad9b479d.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3785.8c572e27.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9369.ab5c8c8c.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5111-legacy.9aab8f5e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2466.575a0b76.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5824-legacy.f18a2b68.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7643-legacy.cebc7792.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2362.84f3ec2e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4604-legacy.986bbad3.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4276.728421b8.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7262-legacy.53030e4c.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/8184.f06cf9d8.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9299.cba36f7a.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2362.84f3ec2e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6003-legacy.0b667817.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7029-legacy.22d2270b.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4276-legacy.9ed76a69.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4548-legacy.15ee26de.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3674-legacy.c0844108.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/779-legacy.f24c7394.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5193-legacy.60b8c4f6.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9633.5151828a.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6739.ab19c203.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4826.5f8aa5e8.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7420-legacy.9757ff05.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/app.12b17001.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9978.96bd5026.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2380.73b1a20d.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4196-legacy.89b93a84.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6509.a6fd64ee.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2346-legacy.cc7ee826.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5111-legacy.9aab8f5e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6833-legacy.72c66805.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4826.5f8aa5e8.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6739-legacy.f05555d2.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/chunk-vendors.5adf1720.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3249.fd3db1b0.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5466.2c2a80df.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6003-legacy.0b667817.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9694.dfa28ffb.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5466.2c2a80df.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6899.0f42d5c8.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1938.1f474567.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6849-legacy.317026cd.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/615.27cc8f9e.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1798.e72decae.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2844.357b0781.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1595.d3f3ba5b.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6027-legacy.ad9b479d.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4276.728421b8.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/chunk-vendors-legacy.6835b8d0.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2844-legacy.a6c67900.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3674-legacy.c0844108.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2466-legacy.64778a75.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3785.8c572e27.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5779.a25186e7.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1595-legacy.ddcdc704.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/6849-legacy.317026cd.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/1938-legacy.55546c0e.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/345-legacy.b2bdd619.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/767.c8cb94e4.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9694-legacy.cdda9d87.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/345.668e4cb2.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/4826-legacy.580eecfe.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9633-legacy.9232f8cd.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/9369.ab5c8c8c.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/2790.bf6f297a.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/5210.fae85e4c.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3674.3c7517b4.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/3674.3c7517b4.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/7196-legacy.69f37439.js -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js copying build/lib/platypush/backend/http/webapp/dist/static/js/8184-legacy.7065c6d4.js.map -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/js creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/fa-regular-400.da02cb7e.ttf -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/lato-medium-italic.1e312dd9.woff2 -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/fa-regular-400.2ffd018f.woff2 -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/lato-medium.b41c3821.woff -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/fa-brands-400.7fa789ab.ttf -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/lato-medium-italic.1996cc15.woff -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/fa-solid-900.3a463ec3.ttf -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/fa-solid-900.40ddefd7.woff2 -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/fa-brands-400.859fc388.woff2 -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts copying build/lib/platypush/backend/http/webapp/dist/static/fonts/lato-medium.13fcde4c.woff2 -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/fonts creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ch.a558d859.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cz.aa114964.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tn.cc3ab493.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bb.23a15e67.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gm.1724dc37.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/co.b5cbc817.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jp.b6063838.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/li.8dc1ed79.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pf.9f06082b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mk.e5412079.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ne.d11b82c6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/qa.7e695788.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ve.4cd0e3ed.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/aw.be4540eb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/se.7ec71700.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ps.1af72ed4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/th.b8e24edb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hm.d4b3d393.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bl.3e69e968.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mf.7da6b3d2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gp.4327060f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gy.e11d0234.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ee.1b4839e0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mt.b6f71c85.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mo.c8198565.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hr.078b1bf9.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mo.2f0d2c15.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sj.92c583b8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/as.10ed1a23.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/zm.ce5363b7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/in.954929a0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/il.150f4c5f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sg.4f0e8eff.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sd.da3b68ee.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/st.ecc4827f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gt.825f7286.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fk.af0350f8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vg.025b8b6a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cx.e04e07e8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/as.4a330654.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/no.70157234.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/et.82e8eb21.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mz.1377650b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gf.90f438a3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nf.a7166b00.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cv.5ea64968.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jo.06fbaa2c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/it.e8516fc7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lk.42c41c61.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fi.0cd85b78.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ar.22a3116e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bf.2334e919.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gd.60b96978.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gn.7c96520b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/us.99e04236.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/je.3ed72a25.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vn.9ec4ca4d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bn.07911e0c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sg.8a63b009.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bd.c4a5f0e2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pf.f6ae1bc8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gh.af443995.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tk.6c1f520c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ag.4c37bc2e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/uy.b70ac310.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ky.e3b76b32.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ye.bb567731.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ua.04fa0e67.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bh.3968dfe0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/za.42e033a9.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lr.9a67cd3d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/in.bd0d4f19.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dj.925748d5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kz.579ac0f9.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bg.700f100c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-nir.f59817d6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lu.e3bdc6d3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bj.2cdc8a62.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bs.ef0a29ed.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tc.30ccd48e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gp.f8adbf5c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fj.e8d3e00b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ai.70eefdc0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cl.0917a91e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/br.058a5086.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pt.0703cc3a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kh.b10339d6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/om.3f5691ca.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ba.e167b08f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mz.2c96acb1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sc.0452f14c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tz.1abfbb38.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-eng.513dcf1b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ad.fa8477e6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nf.1e8c700b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bs.d228cbb2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/es-ct.69469f50.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pg.26847b33.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nu.860bbe8a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ng.c3b42ad2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nu.26551dc2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tt.4acf6cc2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ch.7376c9c3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mg.09ca17b2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/om.ff034f9e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hk.b199a9ee.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kodi.d18f8d23.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ee.828384a8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/er.bf5b134b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ge.c7190912.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dk.a867eeef.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jm.2357530e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/la.e583f8ec.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cv.b3ab83f5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/do.954f0f3e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/al.b16acdb2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tt.5a459e81.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bo.03595499.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mc.89b532e8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/py.c20318c9.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tv.a8ff4939.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ss.caedfdf2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pe.5c2ced95.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dashboard-bg-light.06da6eab.jpg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lt.03a2e8c1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ad.cb33f69a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mm.adaa2111.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jo.7ac45a65.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/np.f7b8a5c3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pk.0bbf58be.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gs.60368968.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cm.853e2843.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/aq.aa242c4a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tf.a1757237.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ms.2025cd7d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sm.5e2fc188.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kg.daded53c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ls.fe1da403.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/eu.aba724b1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gq.bd7daf33.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mh.3fd69bb2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/rs.ae2e3422.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bi.ae3bb248.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gl.551d0783.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb.7a456bb2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gw.bcd1eddb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/aw.abbad4ac.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/eh.82bd1c7b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/eg.38443fa6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ht.7ca68737.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/il.e02a66d3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bf.4ffd5dc6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gr.07bedadf.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/id.94464e47.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mr.dd34eae8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gi.7beea6ed.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tr.87e40d5c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bl.04966866.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/so.45f08b28.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tk.f87f794b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pk.32b55f6f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pe.5a3b0bc5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tm.e467552c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bq.b9355bec.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mm.8ac1f094.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/am.00f0fec4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kp.0f5253d8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mv.2c8b92b5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/km.3ffb0228.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mw.0b005148.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gq.b1679302.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/my.4109ae71.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jellyfin.7b53a541.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hm.4aa61657.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ls.6d444cae.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vi.f920eec7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gh.f2b6baac.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bg.d0a49130.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ga.3e474381.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ag.56074d55.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sb.1c406073.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ke.769bb975.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/si.d9d425c0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tw.45c8a106.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bd.c1abcb00.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lr.5b84ff00.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ec.5f387e2f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ck.6303aa5b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bb.b800513b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pa.acde3214.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ms.b13001dc.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nc.96fa6a4b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/io.a59923ab.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mr.e91e06ea.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/et.a998a1b2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ie.e23b25d1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mv.ba4de4fd.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/to.9748a967.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/rw.d118aacd.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ki.89e43a21.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sc.cdc20672.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cl.b5974a35.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gf.531f9e07.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pa.6dc8212a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mx.8a36b075.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bm.e69e40c4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kw.3b4f3ea3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tj.d3a42312.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hu.692e97ca.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/yt.c33641ca.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cg.12414c99.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bv.5503f03a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bn.4d91734a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mt.cff39ee0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gd.04ea09b7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hn.08ad78b2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cx.da5de6d2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/es.de5915e5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gu.05f0ab85.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tl.ca9af3c0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kr.0f5e1116.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ru.edd8b008.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ar.d3238270.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/eg.5756a758.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bv.7f7cd26f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/un.58a4a02a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sv.f67839a6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ga.59f7d865.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/my.69c87fc5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pn.715fd11d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gu.19b114eb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sl.eb9dda3f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/eu.4c6e130f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vi.293e6f1c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vn.11dd1cf6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/la.f71017ef.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dz.b7e2fbce.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/np.954177a0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sd.0e619868.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/na.e0503926.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/zw.f488cb8a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-eng.0fac6e79.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pm.a5590fa3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sr.cb178d98.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sy.2b3eac89.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pw.17220ffb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/co.33e249d8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ml.4f0dba9e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cd.b4bd46ee.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mu.a926c232.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ht.6943447c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-sct.f5001e5d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bi.211d0f9e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nz.38d0d690.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/uy.69cf8938.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sx.77e864f0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/do.81097daa.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tf.27cbe00b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tv.9717b553.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hr.1f4e28b8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/im.942419c5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ma.88ada30c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mk.4234a248.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kn.0c16fe68.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sx.c0e6297a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/au.cc65fc07.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kp.f4ff9e76.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hu.b10d3f8e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ne.d4fe4faa.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ao.c0c32201.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kg.96c12490.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/md.a56562ee.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pt.351b87cb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sb.b0db5b0a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ph.12e2b123.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ky.be81d90b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ly.05f8732e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cf.b5702729.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cn.e1b166eb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/at.02a64279.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cw.9b9b7ed5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ec.0029f514.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ws.d2e19e5a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mw.f704f4bb.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bz.5e0ef548.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lc.68bd77ae.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gi.302c2506.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ir.1ed24953.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ki.033ff9ce.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fm.3491efc7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tg.b492a751.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mx.1b615ec2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/plex.7a4e22a6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fm.78d44caa.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mn.a4bcb0e6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bj.aba95ad2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/md.646818c3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bo.9c1d9ef8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ni.5b80bac0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mp.eeeefff6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/yt.332bd5d3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hk.c72bba0e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sl.d8378c47.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/al.e0864b5d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bw.b767df8c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lu.93878a1b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sz.eb01cd9f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vc.3e4ac6d4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dm.7ddb00ac.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/iq.9a48d678.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/am.a566904f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-nir.2b7d2c3a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mq.145a7657.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cy.834e6240.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bw.494aae64.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nl.dd138444.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tz.c27fd405.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ma.65053fc4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sa.5bfbe72b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vu.5d2d7643.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/de.b827ac51.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cc.51960f85.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pl.03886843.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bq.747d8177.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ro.cab93784.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/is.eea59326.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/rs.23638d75.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fr.9cb70285.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fo.1da81e3a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ng.51059407.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ca.a2ab234d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gt.1a24ed67.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/me.2e71b778.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nl.e415f0e7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/re.cf143c2f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/li.d7e2a871.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mn.78547af0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mp.2acb5506.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/va.7efb8ba6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cf.fe1120e9.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pl.a1350f0c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bh.2a884f6c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ws.15c7a17c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/td.5d622e26.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jp.1795778c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gy.6327f72a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fo.72949ad1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ua.63d75c84.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sk.7998d1f5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sh.46e2588d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nz.c77ae58d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vc.37cf5ba1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pw.6d8e7ce0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/no.26996afa.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/me.f05548f2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/wf.69c77016.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/af.89591ab0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/td.f1319408.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ge.b7b65b55.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ir.bc7ae9e1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ae.f06e0095.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cg.00603842.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dm.bca6d70c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/az.f399f1c8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/de.8e159e6e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/by.78d2c3c9.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/it.039b4527.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gs.b2836676.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ci.1251a8e3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/aq.1b8c45a6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sz.70b6fc50.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/si.2a428364.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lv.679c099e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/un.2df110d6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lc.25f644a6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mf.70d09a4a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fj.ac9c916f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gm.0e00e9d4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ps.96bcac74.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sr.d66c1240.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kw.830d3755.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lv.1853e3a0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/wf.9ca6f4bc.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mg.b3fff4a6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tw.c0cf9ea7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/im.25166c91.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/se.7e499d82.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-wls.13481560.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tn.ff4c5190.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/at.94cde74c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/km.1e3bd5fe.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gl.6a5c17b0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nr.2c66d218.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sm.0ba901f4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tm.762df128.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ye.0b3f3c76.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/be.3eb14701.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/je.1684dacc.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/be.29774a37.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/jm.479f30fe.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/um.b38f913c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cc.813adff8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sj.638e6522.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/by.fba98c48.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mq.bb36a8fc.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ae.a3f5e295.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mh.f6cbc774.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ve.9cd63506.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ss.db181f81.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gn.54a75b28.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/hn.44cee191.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cr.2e572846.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kr.0dc8b972.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dj.4197a18a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/es.7dd46df0.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sv.9501935a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kn.8f2e7b29.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cm.253adb39.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/um.582dd57b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/iq.1232a5c2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ca.163ac200.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ni.cc7eb514.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ug.5ac71e98.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cd.39186ec2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lb.bdbeb8f1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pm.7a6beab5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/rw.87d5d899.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/xk.16b6bb85.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bt.fc241981.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vg.ae3b6f7e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cn.38f63e1e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/za.2fa94205.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/us.6c459052.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/io.fa003484.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ph.f215833e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lt.b57ea2a8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/es-ct.64a68954.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/az.0e2f1d1a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ml.3fad079e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/zw.6a535c1e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/is.cad57f19.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kh.8eeb1634.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sn.4247b831.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb.2aafb374.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dk.3ca1caed.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sk.93c91c0b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tj.b7dafe8d.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pr.391a48e2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-sct.fee55173.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/uz.d53abc35.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cz.b5f98a6b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pg.66c8dc3b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cu.d6e33f19.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ba.032070d4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/so.2d18a203.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lb.8eea508a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/vu.b7a8d91a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sa.f0a8997b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bz.14c3376a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/th.79b63a8a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/au.dbcdef2c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/re.b8140129.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tc.651466dd.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ke.6dbfffd5.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/to.8dd22284.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/kz.32ac1036.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ax.371c7af2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tg.d04f874c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/py.25cc39e3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cy.bfcfd736.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gg.3aebc3ce.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ly.b9e750ff.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gb-wls.95b2cfab.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/id.a05dc04c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ci.425a24c2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nr.a4f0e762.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bm.e6903c8e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ug.5ae165a2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sn.98923b55.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/lk.e52240d6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ck.4e83dd3e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gg.65174039.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/dz.76d47b01.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gr.25dd3287.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/er.e932abe1.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/br.fe030c1c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cu.c2a6f0ed.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fr.3565b8f4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/xk.ca7843be.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/af.8ca96393.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fi.3be6b378.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pn.00a9342b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/st.a70042c6.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ru.ccd50623.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mu.51f71163.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/eh.f8d7b64f.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/pr.b37cbdc4.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ie.5154112a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tl.85904d79.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ro.67f8501e.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/bt.3f8ecb9b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/mc.2c03ea5c.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/gw.c97f3f94.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ax.91eea523.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cr.336eb7d3.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/tr.fc8c91dd.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/na.7adf4344.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/va.abcb42e8.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/cw.0e14b0b7.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ai.893d1179.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/fk.db55fa14.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/nc.b5a5d41b.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/ao.3df23f21.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sy.7fe894df.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/uz.7f8823a2.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/zm.92477cab.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/qa.86452d7a.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img copying build/lib/platypush/backend/http/webapp/dist/static/img/sh.681f8fff.svg -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/img creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/7262.e379f31b.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/779.c4c7f81a.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/3785.85dd63a7.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/4764.837012fe.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/4021.f58ac074.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/615.17632d8f.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/8938.2bbd3b5d.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/4276.008136f7.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/4196.8681eb9f.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/4604.e0765efd.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6590.e2b4dcb4.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/5528.6de074b2.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/2844.eabbb568.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6849.837012fe.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6013.e5066be6.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/9978.f0a3a6c5.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/9196.006b678a.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/5466.68827648.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/7029.f0a3a6c5.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/5193.f7c1a776.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6162.85849319.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/4826.c0b8e5bf.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/2790.b7703d2a.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/1798.f703a14d.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/1474.75891517.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/2989.6de074b2.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/8589.c4c7f81a.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/747.9d7d27e7.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/9694.20e4266c.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/5210.2082bfa6.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6899.85849319.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6003.76b4d677.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/1406.9d7d27e7.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/app.5028a669.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/9575.34cea1a0.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/7643.74797fcd.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/5824.f7a25bb6.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/chunk-vendors.5cf89a0c.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/345.39a334e8.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/2380.a55977a1.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6833.9c099b40.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/5779.0cad5256.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/2346.dd5b7fec.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/6739.f5527e3f.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/static/css/7420.5775e7e6.css -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist/static/css copying build/lib/platypush/backend/http/webapp/dist/index.html -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/webapp/dist creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/request copying build/lib/platypush/backend/http/request/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/request creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/request/rss copying build/lib/platypush/backend/http/request/rss/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/request/rss creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/midi copying build/lib/platypush/backend/midi/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/midi copying build/lib/platypush/backend/midi/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/midi creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera copying build/lib/platypush/backend/camera/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera/pi copying build/lib/platypush/backend/camera/pi/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera/pi copying build/lib/platypush/backend/camera/pi/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera/pi creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file copying build/lib/platypush/backend/file/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor copying build/lib/platypush/backend/file/monitor/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor copying build/lib/platypush/backend/file/monitor/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities copying build/lib/platypush/backend/file/monitor/entities/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities copying build/lib/platypush/backend/file/monitor/entities/resources.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities copying build/lib/platypush/backend/file/monitor/entities/handlers.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/inotify copying build/lib/platypush/backend/inotify/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/inotify copying build/lib/platypush/backend/inotify/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/inotify creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log copying build/lib/platypush/backend/log/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log/http copying build/lib/platypush/backend/log/http/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log/http copying build/lib/platypush/backend/log/http/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log/http creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick copying build/lib/platypush/backend/joystick/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/jstest copying build/lib/platypush/backend/joystick/jstest/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/jstest copying build/lib/platypush/backend/joystick/jstest/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/jstest copying build/lib/platypush/backend/joystick/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/linux copying build/lib/platypush/backend/joystick/linux/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/linux copying build/lib/platypush/backend/joystick/linux/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/linux creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/gps copying build/lib/platypush/backend/gps/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/gps copying build/lib/platypush/backend/gps/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/gps creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/linode copying build/lib/platypush/backend/linode/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/linode copying build/lib/platypush/backend/linode/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/linode creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button copying build/lib/platypush/backend/button/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic copying build/lib/platypush/backend/button/flic/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic copying build/lib/platypush/backend/button/flic/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib copying build/lib/platypush/backend/button/flic/fliclib/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib copying build/lib/platypush/backend/button/flic/fliclib/fliclib.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib copying build/lib/platypush/backend/button/flic/fliclib/aioflic.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/foursquare copying build/lib/platypush/backend/foursquare/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/foursquare copying build/lib/platypush/backend/foursquare/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/foursquare creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/redis copying build/lib/platypush/backend/redis/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/redis copying build/lib/platypush/backend/redis/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/redis creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/travisci copying build/lib/platypush/backend/travisci/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/travisci copying build/lib/platypush/backend/travisci/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/travisci creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat copying build/lib/platypush/backend/chat/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat/telegram copying build/lib/platypush/backend/chat/telegram/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat/telegram copying build/lib/platypush/backend/chat/telegram/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat/telegram creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music copying build/lib/platypush/backend/music/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mpd copying build/lib/platypush/backend/music/mpd/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mpd copying build/lib/platypush/backend/music/mpd/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mpd creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mopidy copying build/lib/platypush/backend/music/mopidy/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mopidy copying build/lib/platypush/backend/music/mopidy/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mopidy creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify copying build/lib/platypush/backend/music/spotify/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify copying build/lib/platypush/backend/music/spotify/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify/event copying build/lib/platypush/backend/music/spotify/event/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify/event copying build/lib/platypush/backend/music/spotify/event/__main__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify/event creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/snapcast copying build/lib/platypush/backend/music/snapcast/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/snapcast copying build/lib/platypush/backend/music/snapcast/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/snapcast creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/alarm copying build/lib/platypush/backend/alarm/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/alarm copying build/lib/platypush/backend/alarm/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/alarm creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/trello copying build/lib/platypush/backend/trello/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/trello copying build/lib/platypush/backend/trello/manifest.yaml -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/trello copying build/lib/platypush/logger.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/dbus.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/switchbot.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/spotify.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/tidal.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/irc.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/switch.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/mastodon.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/slack.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/hid.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/maps.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/wallabag.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/gotify.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/ngrok.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/media copying build/lib/platypush/schemas/media/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/media copying build/lib/platypush/schemas/media/jellyfin.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/media copying build/lib/platypush/schemas/matrix.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/rss.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas copying build/lib/platypush/schemas/sun.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/tts copying build/lib/platypush/schemas/tts/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/tts copying build/lib/platypush/schemas/tts/mimic3.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/tts creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_event_parse.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_http.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/utils.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_cron.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__main__.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_procedure.py -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils/ngrok.py to ngrok.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils/workers.py to workers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/utils/manifest.py to manifest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel/reverse.py to reverse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ssh/tunnel/forward.py to forward.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/deepspeech/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/hotword/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/stt/picovoice/speech/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nmap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/_constants.py to _constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zwave/_base.py to _base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wiimote/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sensor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/covid19/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sun/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switchbot/bluetooth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/shell/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gotify/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dbus/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/ltr559/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/dht/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/accelerometer/lib/LIS3DH.py to LIS3DH.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/distance/vl53l1x/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/mcp3008/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/bme280/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/motion/pmw3901/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/sensor/envirophat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/gpio/zeroborg/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/graphite/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo/scanner.py to scanner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/wemo/lib.py to lib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/switch/tplink/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/websocket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/torrent/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/imap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mail/smtp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rtorrent/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/matrix/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/matrix/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/kafka/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tensorflow/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/luma/oled/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/nextcloud/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/openweathermap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/buienradar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/weather/darksky/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/adafruit/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tcp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/smartthings/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/csv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pushbullet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zigbee/mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mailgun/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/logger/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/twilio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/todoist/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/autoremote/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/bluetooth/ble/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/system/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/wallabag/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/slack/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/hid/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ping/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inputs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/gpio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lcd/i2c/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/printer/cups/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/google/pushtotalk/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/assistant/echo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tv/samsung/ws/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/light/hue/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/youtube/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/mail/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/translate/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/credentials.py to credentials.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/maps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/calendar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/pubsub/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/fit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/google/drive/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/webpage/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/http/request/rss/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/inspect/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/lastfm/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/qrcode/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/midi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pihole/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ir/mlx90640/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/android/ipcam/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/cv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/pi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/pi/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/gstreamer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/gstreamer/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ffmpeg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/ffmpeg/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/camera.py to camera.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/cv.py to cv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/index.py to index.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/ffmpeg.py to ffmpeg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/image.py to image.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/ffplay.py to ffplay.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/ui.py to ui.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/wx/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/writer/preview/wx/ui.py to ui.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/camera/model/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/config/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sound/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/sound/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/variable/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/calendar/ical/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/user/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/otp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/udp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/linode/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mastodon/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ifttt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/zeroconf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/foursquare/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search/local.py to local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search/jellyfin.py to jellyfin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search/plex.py to plex.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search/youtube.py to youtube.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/search/torrent.py to torrent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/chromecast/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mpv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/omxplayer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/lib/plexcast.py to plexcast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/webtorrent/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/subtitles/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/kodi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/vlc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/gstreamer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/gstreamer/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/mplayer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/jellyfin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/media/plex/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/pwm/pca9685/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/redis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ntfy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/travisci/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/mobile/join/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/telegram/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/irc/_bot.py to _bot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/chat/irc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/clipboard/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/rss/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models/connection.py to connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/esp/models/device.py to device.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/dropbox/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/mpd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/tidal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/tidal/workers.py to workers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/spotify/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/music/snapcast/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ml/cv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/serial/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/alarm/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ffmpeg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/arduino/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/ngrok/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/mimic3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/tts/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/plugins/trello/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/cron/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/cron/scheduler.py to scheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/spotify/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/common/gstreamer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/context/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/exceptions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/exceptions/user.py to user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/procedure/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/platydock/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/platydock/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event/hook.py to hook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/event/processor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/config/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/bluetooth.py to bluetooth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/ssh.py to ssh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/stt.py to stt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/weather/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/weather/buienradar.py to buienradar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/pihole.py to pihole.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/system/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/trello.py to trello.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/printer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/printer/cups.py to cups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/google/drive.py to drive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/todoist.py to todoist.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/camera/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/camera/android.py to android.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/translate.py to translate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/tensorflow.py to tensorflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/esp.py to esp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/chat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/chat/telegram.py to telegram.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/linode.py to linode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/qrcode.py to qrcode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/response/ping.py to ping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/dbus.py to dbus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/ir/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/light/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sensor/leap.py to leap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/bluetooth.py to bluetooth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/gpio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/github.py to github.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/foursquare.py to foursquare.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/wiimote.py to wiimote.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/irc.py to irc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/stt.py to stt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/midi.py to midi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/adafruit.py to adafruit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/distance.py to distance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zigbee/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zigbee/mqtt.py to mqtt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/camera.py to camera.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/hid.py to hid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/light.py to light.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/pushbullet.py to pushbullet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/custom.py to custom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/weather.py to weather.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/gps.py to gps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/trello.py to trello.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/mail.py to mail.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/application.py to application.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/assistant/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/scard.py to scard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google/fit.py to fit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/google/pubsub.py to pubsub.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http/hook.py to hook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/http/rss.py to rss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/todoist.py to todoist.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/gotify.py to gotify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/clipboard.py to clipboard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/ngrok.py to ngrok.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/log/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/log/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zeroborg.py to zeroborg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/web/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/web/widget.py to widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/travisci.py to travisci.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sound.py to sound.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/tensorflow.py to tensorflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zeroconf.py to zeroconf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/button/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/button/flic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/torrent.py to torrent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/nfc.py to nfc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/geo.py to geo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/media.py to media.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/alarm.py to alarm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/mqtt.py to mqtt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/nextcloud.py to nextcloud.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/zwave.py to zwave.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/video/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/kafka.py to kafka.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/matrix.py to matrix.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat/slack.py to slack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/chat/telegram.py to telegram.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/linode.py to linode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/qrcode.py to qrcode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/ping.py to ping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/rss.py to rss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/sun.py to sun.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music/snapcast.py to snapcast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/music/tidal.py to tidal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/serial/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/inotify.py to inotify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/joystick.py to joystick.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/websocket.py to websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/covid19.py to covid19.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/ntfy.py to ntfy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/event/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/message/request/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/user/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/bus/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/bus/redis.py to redis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/deepspeech/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/hotword/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/stt/picovoice/speech/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zwave/mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/wiimote/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/zeroborg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ir/zeroborg/scan.py to scan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/ltr559/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/dht/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/accelerometer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/distance/vl53l1x/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/mcp3008/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/bme280/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/leap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/motion/pmw3901/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/envirophat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/battery/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/serial/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/sensor/arduino/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/covid19/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/github/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/websocket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/mail/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/scard/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/kafka/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nfc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nodered/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nodered/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/nextcloud/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/openweathermap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/buienradar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/weather/darksky/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/adafruit/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/tcp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/pushbullet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/pushbullet/listener.py to listener.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/zigbee/mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/todoist/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/scanner/ble/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/pushserver/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/bluetooth/fileserver/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/ping/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/assistant/snowboy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/light/hue/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/pubsub/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/google/fit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/execute.py to execute.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/spotify.py to spotify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/qrcode/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/ir/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/ir/mlx90640.py to mlx90640.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/camera/pi.py to pi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/sound/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media/stream.py to stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/media/subtitles.py to subtitles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/tts/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugins/tts/mimic3.py to mimic3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/logout.py to logout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/hook.py to hook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/resources.py to resources.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/index.py to index.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/plugin.py to plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/dashboard.py to dashboard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/register.py to register.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/app/routes/login.py to login.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/uwsgi.py to uwsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media/handlers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/media/handlers/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/poll/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/request/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/http/request/rss/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/midi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/camera/pi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities/resources.py to resources.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/file/monitor/entities/handlers.py to handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/inotify/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/log/http/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/jstest/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/joystick/linux/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/gps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/linode/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib/fliclib.py to fliclib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/button/flic/fliclib/aioflic.py to aioflic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/foursquare/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/redis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/travisci/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/chat/telegram/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mpd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/mopidy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify/event/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/spotify/event/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/music/snapcast/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/alarm/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/backend/trello/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/dbus.py to dbus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/switchbot.py to switchbot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/spotify.py to spotify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/tidal.py to tidal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/irc.py to irc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/switch.py to switch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/mastodon.py to mastodon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/slack.py to slack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/hid.py to hid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/maps.py to maps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/wallabag.py to wallabag.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/gotify.py to gotify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/ngrok.py to ngrok.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/media/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/media/jellyfin.py to jellyfin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/matrix.py to matrix.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/rss.py to rss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/sun.py to sun.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/tts/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush/schemas/tts/mimic3.py to mimic3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/test_event_parse.py to test_event_parse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/test_http.py to test_http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/test_cron.py to test_cron.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/tests/test_procedure.py to test_procedure.cpython-39.pyc writing byte-compilation script '/tmp/tmp1b12uza6.py' /usr/bin/python3 /tmp/tmp1b12uza6.py removing /tmp/tmp1b12uza6.py running install_egg_info running egg_info writing platypush.egg-info/PKG-INFO writing dependency_links to platypush.egg-info/dependency_links.txt writing entry points to platypush.egg-info/entry_points.txt writing requirements to platypush.egg-info/requires.txt writing top-level names to platypush.egg-info/top_level.txt reading manifest file 'platypush.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'platypush.egg-info/SOURCES.txt' Copying platypush.egg-info to /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/lib/python3.9/site-packages/platypush-0.24.5-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/bin copying build/scripts-3.9/platyvenv -> /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/bin/platyvenv to 755 Installing platydock script to /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/bin Installing platypush script to /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64//usr/share/doc/python-platypush + '[' -d doc ']' ~/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 ~/build/BUILD/platypush-0.24.5 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/platypush-0.24.5 + mv /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.24.5-1 --unique-debug-suffix -0.24.5-1.x86_64 --unique-debug-src-base python-platypush-0.24.5-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/platypush-0.24.5 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-platypush-0.24.5-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-platypush-0.24.5-1.noarch Provides: python-platypush python3-platypush = 0.24.5-1 python3.9dist(platypush) = 0.24.5 python3dist(platypush) = 0.24.5 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: /bin/bash /usr/bin/python3 python(abi) = 3.9 python3.9dist(bcrypt) python3.9dist(croniter) python3.9dist(flask) python3.9dist(frozendict) python3.9dist(marshmallow) python3.9dist(python-dateutil) python3.9dist(python-magic) python3.9dist(pyyaml) python3.9dist(redis) python3.9dist(requests) python3.9dist(rsa) python3.9dist(setuptools) python3.9dist(sqlalchemy) < 2 python3.9dist(tz) python3.9dist(websocket-client) python3.9dist(websockets) python3.9dist(wheel) python3.9dist(zeroconf) >= 0.27 Processing files: python-platypush-help-0.24.5-1.noarch warning: Empty %files file /builddir/build/BUILD/platypush-0.24.5/doclist.lst Provides: python-platypush-help = 0.24.5-1 python3-platypush-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-platypush-0.24.5-1.x86_64 Wrote: /builddir/build/RPMS/python-platypush-help-0.24.5-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-platypush-0.24.5-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tWidf8 + umask 022 + cd /builddir/build/BUILD + cd platypush-0.24.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-platypush-0.24.5-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0