summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-10 19:28:48 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-10 19:28:48 +0000
commit434938cab015b1c04d44066f94ef8057d298a523 (patch)
tree80bd1af5d83d4614570885c500c705c4bac46d91 /cscript
parent057a3fcfd98e5c8dec16294caf230aee2b5229eb (diff)
Slightly experimental removal of completely incomplete Requires: line in rpm spec files; should fix Mageia build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/cscript b/cscript
index 57fd870c3..3c0fce7fc 100644
--- 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)