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

Florian Pritz bluewind at archlinux.org
Sat Mar 30 21:38:16 UTC 2019


    Date: Saturday, March 30, 2019 @ 21:38:16
  Author: bluewind
Revision: 446421

upgpkg: python-schema 0.7.0-3

Add missing dep

Modified:
  python-schema/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 21:30:27 UTC (rev 446420)
+++ PKGBUILD	2019-03-30 21:38:16 UTC (rev 446421)
@@ -3,11 +3,11 @@
 _name=schema
 pkgname="python-$_name"
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python module to validate and convert data structures.'
 arch=(any)
 url="https://github.com/keleshev/$_name"
-depends=(python)
+depends=(python python-contextlib2)
 makedepends=(python-setuptools)
 checkdepends=(python-mock python-pytest)
 license=(MIT)



More information about the arch-commits mailing list