ilot/py3-django-tenants: drop py3-django-tenant-schemas dependency

This commit is contained in:
Antoine Martin 2024-09-30 19:50:52 -04:00 committed by ayakael
parent e32f82ba99
commit 3ca03d544d

View file

@ -4,12 +4,12 @@ pkgname=py3-django-tenants
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=django-tenants
pkgver=3.6.1
pkgrel=4
pkgrel=5
pkgdesc="Tenant support for Django using PostgreSQL schemas."
url="https://pypi.python.org/project/django-tenants"
arch="noarch"
license="MIT"
depends="py3-django py3-psycopg py3-gunicorn py3-coverage py3-django-tenant-schemas"
depends="py3-django py3-psycopg py3-gunicorn py3-coverage"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel"
source="