mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
remove conflicting packages when building brew bottle
This commit is contained in:
parent
3108966070
commit
e888869abc
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@ echo
|
|||
echo "[+] Uninstalling any exisitng archivebox versions..."
|
||||
brew uninstall archivebox || true
|
||||
brew untap archivebox/archivebox || true
|
||||
brew uninstall --ignore-dependencies yt-dlp || true
|
||||
brew uninstall python-mutagen || true
|
||||
brew uninstall python-brotli || true
|
||||
|
||||
pip3 uninstall archivebox || true
|
||||
pip3 uninstall mutagen || true
|
||||
pip3 uninstall brotli || true
|
||||
pip3 uninstall yt-dlp || true
|
||||
|
||||
# echo "[*] Running Formula linters and test build..."
|
||||
# brew test-bot --tap=ArchiveBox/homebrew-archivebox archivebox/archivebox/archivebox || true
|
||||
|
|
Loading…
Reference in a new issue