[arch-commits] Commit in python-pyte/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Jan 1 15:28:53 UTC 2019


    Date: Tuesday, January 1, 2019 @ 15:28:52
  Author: eschwartz
Revision: 420170

pytest-runner is a setup_requires and needs to be available at build time no matter what

Modified:
  python-pyte/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 15:14:53 UTC (rev 420169)
+++ PKGBUILD	2019-01-01 15:28:52 UTC (rev 420170)
@@ -8,8 +8,8 @@
 arch=('any')
 license=('LGPL3')
 url='https://github.com/selectel/pyte'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 'python2-wcwidth')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 'python2-wcwidth'
+             'python-pytest-runner' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz")
 sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8')
 



More information about the arch-commits mailing list