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:29:02 +0000
commitf9467b82b3bc07be587be629a95212886c420b63 (patch)
treedbf9da80ad1f1bd4dd829551609f507966d687ec /cscript
parentd64472899376d7585304c7a2f1f270645d028e04 (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 4da5906a9..c06c07462 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)