From 49da3f9b62b6d557fb465f63d875921f0360d62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Wed, 27 Feb 2019 11:30:11 +0000 Subject: [PATCH] update to 3.0.0 fix the directory ownership --- rpy.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpy.spec b/rpy.spec index 7f90ef3..68929b5 100644 --- a/rpy.spec +++ b/rpy.spec @@ -13,11 +13,12 @@ License: GPLv2+ Url: https://pypi.python.org/pypi/rpy2 Source: https://files.pythonhosted.org/packages/source/r/%{srcname}2/%{srcname}2-%{version}.tar.gz -BuildRequires: R-devel = %{rver}, numpy +BuildRequires: R-devel = %{rver} %if %{python2} BuildRequires: python-setuptools, python2-devel %endif -BuildRequires: python3-setuptools, python3-devel +BuildRequires: python3-setuptools, python3-devel, python3-cffi +BuildRequires: python3-numpy BuildRequires: readline-devel Requires: python3-%{srcname} = %{version}-%{release}