author | Felix Yan
<felixonmars@archlinux.org> 2016-06-01 17:14:02 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-06-01 17:14:02 UTC |
parent | e15f9ce5b323a31545528b11567e5e7553ff5d96 |
PKGBUILD | +4 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index eddc89a..303f544 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=2.9.1 +pkgver=2.9.2 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -14,7 +14,9 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' ' checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 'python2-pytest-xdist' 'python-zope-interface' - 'python2-zope-interface' 'python-twisted' 'python2-twisted') + 'python2-zope-interface' 'python-twisted' 'python2-twisted' + 'python-requests' 'python2-requests' 'python-jinja' 'python2-jinja' + 'python-decorator' 'python2-decorator') source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver") sha512sums=('SKIP')