Date: Saturday, March 18, 2023 @ 23:02:14
Author: arojas
Revision: 1423617
upgpkg: python-pytest-tornado 0.8.1-5: pkg_resources is needed at runtime
Modified:
python-pytest-tornado/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-18 22:44:39 UTC (rev 1423616)
+++ PKGBUILD 2023-03-18 23:02:14 UTC (rev 1423617)
@@ -2,13 +2,12 @@
pkgname=python-pytest-tornado
pkgver=0.8.1
-pkgrel=4
+pkgrel=5
pkgdesc='A py.test plugin providing fixtures and markers to simplify testing
of asynchronous tornado applications.'
arch=('any')
license=('Apache')
url='https://github.com/eugeniy/pytest-tornado'
-depends=('python-pytest' 'python-tornado')
-makedepends=('python-setuptools')
+depends=('python-pytest' 'python-tornado' 'python-setuptools')
source=("https://github.com/eugeniy/pytest-tornado/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('e655ee9e28461c68b6cc642dbbb203a31154305a603951641e795c605f55970243bb9f7a8858a44bf70faba3d647bea6cf1525f2f9655a968cabbea43beec3d6')