freebsd-ports/security/vinetto/files/patch-vinetto
Dmitry Marakasov 5e3ea69f14 - Switch to autoplist, fixing .egg-info handling
- Fix PIL dependency handling and detection
- Add LICENSE
- Add NO_ARCH
2015-09-16 16:40:16 +00:00

11 lines
274 B
Text

--- vinetto.orig 2015-09-16 16:24:54 UTC
+++ vinetto
@@ -149,7 +149,7 @@ if outputdir != None :
outputdir += "/"
try:
- import Image
+ from PIL import Image
PIL = "imported"
except ImportError, e:
print >> sys.stderr, ""