Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
mutagen: fixed the version for amd64 compiling #20
Browse files Browse the repository at this point in the history
  • Loading branch information
kessibi committed Sep 13, 2020
1 parent e017b52 commit e54e534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/preparation.sh
Expand Up @@ -26,8 +26,8 @@ rabbitmq-plugins enable rabbitmq_management

### MUTAGEN TWEAK
echo "** Mutagen tweaking **"
cat python_apps/airtime_analyzer/setup.py | sed 's/mutagen~/mutagen/g' \
> python_apps/airtime_analyzer/setup.py
sed -i 's/mutagen>=1.41.1/mutagen==1.43/g' python_apps/airtime_analyzer/setup.py


### LIBRETIME INSTALL
echo "** Installing libretime"
Expand Down

0 comments on commit e54e534

Please sign in to comment.