[arch-commits] Commit in python-django-rest-framework/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Mar 14 13:44:27 UTC 2020
Date: Saturday, March 14, 2020 @ 13:44:26
Author: dvzrv
Revision: 596963
upgpkg: python-django-rest-framework 3.11.0-3: Switching to python-yaml in optdepends, as it's actually python-pyyaml.
Modified:
python-django-rest-framework/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 13:43:50 UTC (rev 596962)
+++ PKGBUILD 2020-03-14 13:44:26 UTC (rev 596963)
@@ -5,7 +5,7 @@
_name=django-rest-framework
pkgname=python-django-rest-framework
pkgver=3.11.0
-pkgrel=2
+pkgrel=3
pkgdesc="A powerful and flexible toolkit for building Web APIs."
arch=('any')
url="https://www.django-rest-framework.org/"
@@ -20,7 +20,7 @@
'python-markdown: for markdown support'
'python-psycopg2: for PostgreSQL support'
'python-pygments: for syntax highlighting'
- 'python-pyaml: for YAML support')
+ 'python-yaml: for YAML support')
# tests not in pypi sdist:
# https://github.com/encode/django-rest-framework/issues/7141
# source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
More information about the arch-commits
mailing list