python3-google-api-python-client: remove checkdepend on python3-Django

This commit is contained in:
Gonzalo Tornaría 2023-12-25 22:44:42 -03:00 committed by Andrew J. Hesford
parent 6017172ba7
commit fcef1a3035
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ make_check_args="--deselect=tests/test__helpers.py::PositionalTests::test_usage
hostmakedepends="python3-setuptools"
depends="python3-httplib2 python3-google-auth python3-google-auth-httplib2
python3-google-api-core python3-uritemplate"
checkdepends="${depends} python3-Django python3-parameterized python3-openssl
checkdepends="${depends} python3-parameterized python3-openssl
python3-oauth2client python3-pytest-xdist"
short_desc="Google API client library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"