Skip to content
Snippets Groups Projects
Commit 17885672 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Switching to python-yaml, as that is actually python-pyyaml.

parent a3ec061c
No related branches found
Tags 0.2.0-5
No related merge requests found
......@@ -3,16 +3,16 @@
_name=falcon
pkgname=python-falcon
pkgver=2.0.0
pkgrel=3
pkgrel=4
pkgdesc="Web API framework for building fast and reliable microservices, proxies, and app backends in Python"
arch=('x86_64')
url="https://falconframework.org/"
license=('Apache')
depends=('python')
makedepends=('cython' 'python-setuptools')
checkdepends=('python-msgpack' 'python-mujson' 'python-pyaml'
'python-rapidjson' 'python-requests' 'python-pytest' 'python-pytest-runner'
'python-testtools' 'python-ujson')
checkdepends=('python-msgpack' 'python-mujson' 'python-rapidjson'
'python-requests' 'python-pytest' 'python-pytest-runner' 'python-testtools'
'python-ujson' 'python-yaml')
optdepends=('python-django: for falcon-bench'
'python-flask: for falcon-bench'
'python-pecan: for falcon-bench'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment