summarylogtreecommitdiffstats
path: root/image-to-gcode.patch
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-11-15 17:51:19 +0000
committerGonçalo Camelo Neves Pereira2018-11-15 17:51:19 +0000
commitff19f25303ca1802c4738e4bc5c62da7c78aaa90 (patch)
tree0cd578b348f826cb777a3408381d13acc7e64d37 /image-to-gcode.patch
parentafee30233d8e18b18995426d2574da9f3c8ab9d8 (diff)
downloadaur-ff19f25303ca1802c4738e4bc5c62da7c78aaa90.tar.gz
Fix Dependencies and cleaned PKGBUILD
Diffstat (limited to 'image-to-gcode.patch')
-rw-r--r--image-to-gcode.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/image-to-gcode.patch b/image-to-gcode.patch
deleted file mode 100644
index 95f4607328d0..000000000000
--- a/image-to-gcode.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- image-to-gcode 2016-04-23 08:02:14.000000000 +0200
-+++ emc/usr_intf/axis/scripts/image-to-gcode.py 2016-04-23 08:00:16.004178946 +0200
-@@ -23,7 +23,7 @@
- import gettext;
- gettext.install("linuxcnc", localedir=os.path.join(BASE, "share", "locale"), unicode=True)
-
--import Image
-+from PIL import Image
-
- try:
- import numpy.numarray as numarray