Slightly experimental removal of completely incomplete Requires: line in rpm spec...
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Mar 2018 19:28:48 +0000 (19:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Mar 2018 19:29:02 +0000 (19:29 +0000)
cscript

diff --git a/cscript b/cscript
index 4da5906a9ee50cec39b77bc242a84228c2b2afce..c06c07462ab07efcd63d1f3dfc78e91b2538e045 100644 (file)
--- a/cscript
+++ b/cscript
@@ -230,7 +230,6 @@ def make_spec(filename, version, target):
     print('License:GPL', file=f)
     print('Group:Applications/Multimedia', file=f)
     print('URL:http://dcpomatic.com/', file=f)
-    print('Requires: ImageMagick-c++, glibmm24, libzip', file=f)
     print('', file=f)
     print('%description', file=f)
     print('DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio ', file=f)