[arch-commits] Commit in python-pytest-expect/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Nov 10 02:12:45 UTC 2020
Date: Tuesday, November 10, 2020 @ 02:12:44
Author: eschwartz
Revision: 748270
python-pytest-expect: add missing setuptools makedepends
pytest used to directly depend on this, therefore it built back then
Fixes FS#68575
Modified:
python-pytest-expect/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-10 01:53:55 UTC (rev 748269)
+++ PKGBUILD 2020-11-10 02:12:44 UTC (rev 748270)
@@ -9,7 +9,8 @@
arch=('any')
url="https://github.com/gsnedders/${_pkgname}"
license=('MIT')
-makedepends=('python-pytest' 'python2-pytest' 'python-u-msgpack' 'python2-u-msgpack')
+makedepends=('python-setuptools' 'python-pytest' 'python-u-msgpack'
+ 'python2-setuptools' 'python2-pytest' 'python2-u-msgpack')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('8392093123dfc9807c28fee251e1d710aaed0d46ee77c7531528fb0a265eb798')
More information about the arch-commits
mailing list