Date: Sunday, September 1, 2019 @ 21:24:04 Author: arojas Revision: 506356
Make tzlocal a hard dependency Modified: python-rpy2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-01 19:54:12 UTC (rev 506355) +++ PKGBUILD 2019-09-01 21:24:04 UTC (rev 506356) @@ -5,14 +5,14 @@ pkgname=python-rpy2 pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." arch=(any) url="https://rpy2.bitbucket.io/" license=(MPL GPL LGPL) -depends=(python-numpy r) +depends=(python-numpy python-tzlocal r) makedepends=(python-setuptools) -optdepends=('python-pandas: conversion between rpy and pandas' 'python-tzlocal: conversion bewteen rpy and pandas') +optdepends=('python-pandas: conversion between rpy and pandas') source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz") sha256sums=('ed4284df32d00b1fba5b1409e5df64b04b02d47aff543d6ef1dc211ab94e247f')
