Skip to content

Commit

Permalink
add more PIPs to support SAB on other arches
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCDOnly committed Sep 18, 2021
1 parent ad4f4df commit b69b79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherpa.manager.sh
Expand Up @@ -54,7 +54,7 @@ Session.Init()
export LC_CTYPE=C

readonly PROJECT_NAME=sherpa
local -r SCRIPT_VERSION=210918
local -r SCRIPT_VERSION=210919
readonly PROJECT_BRANCH=main

ClaimLockFile /var/run/$PROJECT_NAME.loader.sh.pid || return
Expand Down Expand Up @@ -619,7 +619,7 @@ Session.Init()
MANAGER_QPKG_DEPENDED_UPON+=(false)
MANAGER_QPKG_IPKGS_ADD+=('coreutils-nice ffprobe ionice python3-certifi python3-cffi python3-cryptography python3-dev python3-pip p7zip unrar')
MANAGER_QPKG_IPKGS_REMOVE+=('')
MANAGER_QPKG_PIPS_ADD+=('chardet cheetah3 cheroot cherrypy configobj feedparser guessit jaraco.classes jaraco.collections jaraco.functools jaraco.text more_itertools puremagic portend sabyenc3 sgmllib3k tempora zc.lockfile')
MANAGER_QPKG_PIPS_ADD+=('babelfish chardet cheetah3 cheroot cherrypy configobj feedparser guessit jaraco.classes jaraco.collections jaraco.functools jaraco.text more_itertools portend puremagic python-dateutil rebulk sabyenc3 sgmllib3k tempora zc.lockfile')
MANAGER_QPKG_SUPPORTS_BACKUP+=(true)
MANAGER_QPKG_RESTART_TO_UPDATE+=(true)

Expand Down
Binary file modified sherpa.manager.tar.gz
Binary file not shown.

0 comments on commit b69b79d

Please sign in to comment.