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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 26 12:23:54 UTC 2016


    Date: Monday, December 26, 2016 @ 12:23:53
  Author: bpiotrowski
Revision: 202756

Move docker to checkdepends_x86_64

Modified:
  python-docker-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 12:15:04 UTC (rev 202755)
+++ PKGBUILD	2016-12-26 12:23:53 UTC (rev 202756)
@@ -15,8 +15,9 @@
              'python-six' 'python2-six' 'python-websocket-client' 'python2-websocket-client'
              'python2-backports.ssl_match_hostname' 'python2-ipaddress' 'python-docker-pycreds'
              'python2-docker-pycreds')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 'python2-mock' 'docker'
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 'python2-mock'
               'flake8' 'python2-flake8')
+checkdepends_x86_64=('docker')
 source=("git+https://github.com/docker/docker-py.git#tag=$pkgver")
 sha256sums=('SKIP')
 



More information about the arch-commits mailing list