From: Youness Alaoui Date: Mon, 30 Nov 2015 17:02:22 +0000 (-0500) Subject: Remove python 3 depencies from fedora package and add python-power X-Git-Tag: lulzbot-18.03~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5dfa10bd4be7f48bc87f5f68d99059c65fa22db6;p=cura.git Remove python 3 depencies from fedora package and add python-power --- 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