[arch-commits] Commit in qpid-proton/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 16 08:02:14 UTC 2020


    Date: Monday, November 16, 2020 @ 08:02:14
  Author: foutrelis
Revision: 755156

Disable python-tox-tests; python-test suite is sufficient

Modified:
  qpid-proton/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-16 07:36:47 UTC (rev 755155)
+++ PKGBUILD	2020-11-16 08:02:14 UTC (rev 755156)
@@ -9,7 +9,6 @@
 license=('Apache')
 depends=('libjsoncpp.so' 'python')
 makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 'python-wheel' 'swig')
-checkdepends=('python-tox')
 source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
 sha512sums=('4d1265308b685d5cdd28fd8746f13704c6e36a8dc35a2c121e07b9db21cabaf440da8dd1cf76892fc366845e7f472af2c29ae94dedee19d53756bba2bd4470b6')
 
@@ -22,6 +21,7 @@
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DLIB_SUFFIX='' \
         -DSYSINSTALL_BINDINGS=ON \
+        -DENABLE_TOX_TEST=OFF \
         ..
     make
 }



More information about the arch-commits mailing list