desktop/variety: Change the dependency to python2-httplib2.

This happens because httplib2 has been splitted

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-08-05 18:00:58 +02:00 committed by Willy Sudiarto Raharjo
parent 1d649c1465
commit e16001048e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/varietywalls/variety/archive/0.8.10/variety-0.8.10.
MD5SUM="eb931c5344ed3c352ecf0b9ab334ea95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-distutils-extra configobj httplib2"
REQUIRES="python-distutils-extra configobj python2-httplib2"
MAINTAINER="Kenneth Chan"
EMAIL="kenneth.t.chan@gmail.com"