diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index d3d47bdce05..6aba00ac20b 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,16 +1,16 @@ # Template file for 'python-pytest' pkgname=python-pytest version=3.6.0 -revision=1 +revision=2 noarch=yes wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="_pytest pytest.py" hostmakedepends="python-setuptools python3-setuptools" -depends="python-attrs python-funcsigs python-more-itertools python-pluggy - python-py python-setuptools" -checkdepends="python3-hypothesis python3-more-itertools python3-pluggy - python3-py" +depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools + python-pluggy python-py python-setuptools" +checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools + python3-pluggy python3-py python3-atomicwrites" short_desc="Simple powerful testing with Python2" maintainer="maxice8 " license="MIT" @@ -42,8 +42,8 @@ python3-pytest_package() { pytest:pytest:/usr/bin/pytest3 pytest:py.test:/usr/bin/py.test3" short_desc="${short_desc/Python2/Python3}" - depends="python3-attrs python3-more-itertools python3-pluggy python3-py - python3-setuptools" + depends="python3-atomicwrites python3-attrs python3-more-itertools + python3-pluggy python3-py python3-setuptools" pkg_install() { vmove "usr/bin/*3" vmove "usr/lib/python3*"