diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:14:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | ea789fc37b237049d3c07dc44f98ea3d091ae90a (patch) | |
tree | f2ba612a8f831c9987d616aaf5ae2a864c53f665 /testing/py-django-cors-headers | |
parent | e834e4e9265d58a138a4617eef4afe115d3013be (diff) | |
download | aports-ea789fc37b237049d3c07dc44f98ea3d091ae90a.tar.bz2 aports-ea789fc37b237049d3c07dc44f98ea3d091ae90a.tar.xz |
testing/py-django-cors-headers: rebuild against python 3.7
Diffstat (limited to 'testing/py-django-cors-headers')
-rw-r--r-- | testing/py-django-cors-headers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-django-cors-headers/APKBUILD b/testing/py-django-cors-headers/APKBUILD index 669e334356..4570865544 100644 --- a/testing/py-django-cors-headers/APKBUILD +++ b/testing/py-django-cors-headers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py-django-cors-headers pkgver=2.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)" url="https://github.com/OttoYiu/django-cors-headers" arch="noarch" |