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

Andrzej Giniewicz aginiewicz at archlinux.org
Mon Jul 29 21:34:25 UTC 2019


    Date: Monday, July 29, 2019 @ 21:34:24
  Author: aginiewicz
Revision: 494691

upgpkg: python-openpyxl 2.6.2-2

python-openpyxl: get rid of python2-pandas dependency

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 21:03:10 UTC (rev 494690)
+++ PKGBUILD	2019-07-29 21:34:24 UTC (rev 494691)
@@ -6,7 +6,7 @@
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.6.2
 _pkgtag='3640394bff97'
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/"
@@ -42,8 +42,7 @@
   depends=('python2-jdcal' 'python2-et-xmlfile')
   optdepends=('python2-pillow: needed to include images'
               'python2-lxml: alternative XML backend'
-              'python2-defusedxml: guard against various XML vulnerabilities'
-              'python2-pandas: for iteration over Pandas DataFrames')
+	      'python2-defusedxml: guard against various XML vulnerabilities')
 
   cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag}
 



More information about the arch-commits mailing list