Date: Sunday, July 1, 2018 @ 15:07:29 Author: eschwartz Revision: 349418
Move checkdepends out of makedepends=() Modified: python-cherrypy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-01 15:07:20 UTC (rev 349417) +++ PKGBUILD 2018-07-01 15:07:29 UTC (rev 349418) @@ -16,9 +16,9 @@ url="https://cherrypy.org" license=('BSD') makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm' - 'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six' - 'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend' - 'python2-portend') + 'python2-setuptools-scm' 'python-six' 'python2-six' 'python-cheroot' + 'python2-cheroot' 'python-portend' 'python2-portend') +checkdepends=('python-tox' 'python2-tox') source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz") sha512sums=('00c89a99250e44f2578a1ff5d77f402062fc829c9de86aac029963d6b0570a862e48a84781c3fa6dd74e60e09a02e4e7bfc8f3e485a37b31f9b2870bc3ff2066')
