ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python-automat/patches/002-omit-visualize.patch b/external/subpack/lang/python/python-automat/patches/002-omit-visualize.patch
new file mode 100644
index 0000000..977f961
--- /dev/null
+++ b/external/subpack/lang/python/python-automat/patches/002-omit-visualize.patch
@@ -0,0 +1,18 @@
+--- a/setup.py
++++ b/setup.py
+@@ -22,15 +22,6 @@ setup(
+ "attrs>=19.2.0",
+ "six",
+ ],
+- extras_require={
+- "visualize": ["graphviz>0.5.1",
+- "Twisted>=16.1.1"],
+- },
+- entry_points={
+- "console_scripts": [
+- "automat-visualize = automat._visualize:tool"
+- ],
+- },
+ author='Glyph',
+ author_email='glyph@twistedmatrix.com',
+ include_package_data=True,