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

Daniel M. Capella polyzen at archlinux.org
Fri Dec 28 20:07:16 UTC 2018


    Date: Friday, December 28, 2018 @ 20:07:16
  Author: polyzen
Revision: 418728

Update runtime deps

Modified:
  python-dulwich/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 20:06:39 UTC (rev 418727)
+++ PKGBUILD	2018-12-28 20:07:16 UTC (rev 418728)
@@ -4,13 +4,12 @@
 _name=dulwich
 pkgname=python-dulwich
 pkgver=0.19.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
 url=https://www.dulwich.io
 license=('GPL')
-depends=('python')
-checkdepends=('python-urllib3')
+depends=('python-certifi' 'python-urllib3')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
 sha256sums=('5e1e39555f594939a8aff1ca08b3bdf6c7efd4b941c2850760983a0197240974')
 



More information about the arch-commits mailing list