From 5dfa10bd4be7f48bc87f5f68d99059c65fa22db6 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Mon, 30 Nov 2015 12:02:22 -0500 Subject: [PATCH] Remove python 3 depencies from fedora package and add python-power --- scripts/linux/fedora/rpm.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/scripts/linux/fedora/rpm.spec b/scripts/linux/fedora/rpm.spec index 230aebf4..b3d4a5f3 100644 --- a/scripts/linux/fedora/rpm.spec +++ b/scripts/linux/fedora/rpm.spec @@ -17,12 +17,11 @@ URL: https://github.com/daid/Cura.git Source0: %{_curaName}-%{_version}.tar.gz BuildRequires: libstdc++-static, glibc-static -Requires: wxPython, curl -Requires: python3-setuptools >= 0.6.34 -Requires: python3-PyOpenGL >= 3.0.2, PyOpenGL >= 3.0.2 -Requires: python3-pyserial >= 2.6, pyserial >= 2.6 -Requires: python3-numpy >= 1.6.2, numpy >= 1.6.2 -Requires: python3-power >= 1.2 +Requires: wxPython >= 3.0.0, curl +Requires: PyOpenGL >= 3.0.2 +Requires: pyserial >= 2.6 +Requires: numpy >= 1.6.2 +Requires: python-power >= 1.2 %description -- 2.30.2