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

Antonio Rojas arojas at archlinux.org
Tue Feb 11 10:47:37 UTC 2020


    Date: Tuesday, February 11, 2020 @ 10:47:36
  Author: arojas
Revision: 566992

Add missing python-texttable dependency (FS#65454)

Modified:
  python-igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 10:46:52 UTC (rev 566991)
+++ PKGBUILD	2020-02-11 10:47:36 UTC (rev 566992)
@@ -3,12 +3,12 @@
 
 pkgname=python-igraph
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 url="https://igraph.org/python/"
 license=(GPL)
 arch=(x86_64)
 pkgdesc="Python bindings for the igraph library"
-depends=(igraph python)
+depends=(igraph python-texttable)
 makedepends=(python-setuptools)
 source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('47e6bb48ec7dbfddbd89cf064a24b271783a1490fc688ebce17fbd652bcdab8e')



More information about the arch-commits mailing list