Date: Saturday, November 12, 2022 @ 21:16:41
Author: jelle
Revision: 1347080
upgpkg: python-docker 6.0.1-2: Drop python-mock from checkdepends
Modified:
python-docker/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 21:16:20 UTC (rev 1347079)
+++ PKGBUILD 2022-11-12 21:16:41 UTC (rev 1347080)
@@ -7,7 +7,7 @@
pkgname=python-docker
pkgver=6.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library for the Docker Engine API"
arch=('any')
url="https://github.com/docker/docker-py"
@@ -14,9 +14,9 @@
license=("Apache")
depends=('python-requests' 'python-six' 'python-websocket-client'
'python-docker-pycreds' 'python-paramiko')
makedepends=('python-pip' 'python-requests' 'python-six'
'python-websocket-client'
- 'python-docker-pycreds')
+ 'python-docker-pycreds' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
- 'python-mock' 'python-coverage' 'flake8')
+ 'python-coverage' 'flake8')
provides=('python-docker-py')
conflicts=('python-docker-py')
replaces=('python-docker-py')