[arch-commits] Commit in django/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 26 15:18:47 UTC 2021


    Date: Wednesday, May 26, 2021 @ 15:18:47
  Author: jelle
Revision: 416478

List Cleanup of python-setuptools dependency for console scripts

Modified:
  django/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 13:41:52 UTC (rev 416477)
+++ PKGBUILD	2021-05-26 15:18:47 UTC (rev 416478)
@@ -5,7 +5,7 @@
 pkgbase=django
 pkgname=('python-django')
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
 arch=('any')
 license=('BSD')
@@ -12,7 +12,7 @@
 url="http://www.djangoproject.com/"
 checkdepends=('python-pytest' 'python-tblib')
 makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 'python-asgiref')
+depends=('python' 'python-pytz' 'python-sqlparse' 'python-asgiref')
 # TODO: package and add python-pymemcache https://docs.djangoproject.com/en/dev/topics/cache/
 optdepends=('python-psycopg2: for PostgreSQL backend'
             'python-argon2_cffi: for Argon2 password hashing support')



More information about the arch-commits mailing list