Skip to content

Commit

Permalink
Remove unneeded dependencies from Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellyfrog committed Jan 2, 2021
1 parent 85d51dd commit ecdd977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions archlinux/howdy/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ pkgbase = howdy
depends = hdf5
depends = pam-python
depends = python3
depends = python-pillow
depends = python-dlib
depends = python-face_recognition
depends = python-face_recognition_models
depends = python-click
depends = python-numpy
backup = usr/lib/security/howdy/config.ini
source = https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
source = howdy-2.6.1.tar.gz::https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
source = https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
source = https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
source = https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
Expand Down
6 changes: 1 addition & 5 deletions archlinux/howdy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ depends=(
'hdf5'
'pam-python'
'python3'
'python-pillow'
'python-dlib'
'python-face_recognition'
'python-face_recognition_models'
'python-click'
'python-numpy'
)
makedepends=(
Expand All @@ -28,7 +24,7 @@ makedepends=(
)
backup=('usr/lib/security/howdy/config.ini')
source=(
"https://github.com/boltgolt/howdy/archive/v${pkgver}.tar.gz"
"$pkgname-$pkgver.tar.gz::https://github.com/boltgolt/howdy/archive/v${pkgver}.tar.gz"
"https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2"
"https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2"
"https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2"
Expand Down

0 comments on commit ecdd977

Please sign in to comment.