chiark / gitweb /
Remove python 3 depencies from fedora package and add python-power
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 30 Nov 2015 17:02:22 +0000 (12:02 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 30 Nov 2015 17:02:26 +0000 (12:02 -0500)
scripts/linux/fedora/rpm.spec

index 230aebf4c0277020adc3ec701cd908133d6989c9..b3d4a5f3d60f034ef348a6a902c159e6e85fd3f7 100644 (file)
@@ -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