]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
Remove pygame dependency for rpm build
[torbrowser-launcher.git] / build_rpm.sh
index a4f6ce7dcba02f199ae4b249df1d7fcee706d71d..998465a9cbf1e4b06d766af459a1238723f11c5c 100755 (executable)
@@ -6,7 +6,7 @@ VERSION=`cat version`
 rm -r build dist
 
 # build binary package
-python setup.py bdist_rpm --requires="python-psutil, python-twisted, pygame, wmctrl, gnupg, fakeroot"
+python setup.py bdist_rpm --requires="python-psutil, python-twisted, wmctrl, gnupg, fakeroot"
 
 # install it
 echo ""