aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pydyf/ghostscript-old-pdf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pydyf/ghostscript-old-pdf.patch')
-rw-r--r--community/py3-pydyf/ghostscript-old-pdf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/py3-pydyf/ghostscript-old-pdf.patch b/community/py3-pydyf/ghostscript-old-pdf.patch
deleted file mode 100644
index 492325a9bfe..00000000000
--- a/community/py3-pydyf/ghostscript-old-pdf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tests/__init__.py
-+++ b/tests/__init__.py
-@@ -34,7 +34,7 @@
- pdf = io.BytesIO()
- document.write(pdf)
- command = [
-- 'gs', '-q', '-dNOPAUSE', '-dSAFER', '-sDEVICE=png16m',
-+ 'gs', '-q', '-dNOPAUSE', '-dNEWPDF=false', '-dSAFER', '-sDEVICE=png16m',
- '-r576', '-dDownScaleFactor=8', '-sOutputFile=-', '-']
- png = run(command, input=pdf.getvalue(), stdout=PIPE).stdout
- image = Image.open(io.BytesIO(png))