[arch-commits] Commit in python-pyassert/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 09:25:13 UTC 2016
Date: Thursday, December 22, 2016 @ 09:25:13
Author: felixonmars
Revision: 200970
merge checkdepends to makedepends (FS#52151)
Modified:
python-pyassert/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 09:17:56 UTC (rev 200969)
+++ PKGBUILD 2016-12-22 09:25:13 UTC (rev 200970)
@@ -12,9 +12,9 @@
url='https://github.com/pyclectic/pyassert'
license=('Apache')
makedepends=('python-pybuilder' 'python2-pybuilder' 'python-mockito' 'python2-mockito'
- 'python-coverage' 'python2-coverage' 'python-six' 'python2-six' 'git')
-checkdepends=('python-unittest-xml-reporting' 'python2-unittest-xml-reporting' 'flake8'
- 'python2-flake8' 'pychecker') # python3-pychecker is missing
+ 'python-coverage' 'python2-coverage' 'python-six' 'python2-six' 'git'
+ 'python-unittest-xml-reporting' 'python2-unittest-xml-reporting' 'flake8'
+ 'python2-flake8' 'pychecker') # python3-pychecker is missing
source=("git+https://github.com/pyclectic/pyassert.git#tag=v$pkgver")
md5sums=('SKIP')
More information about the arch-commits
mailing list