Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1278 65a1ed9d8 -> f68dbdfdc


add aenum dependency to gremlin_python's setup.py


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/63fe461a
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/63fe461a
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/63fe461a

Branch: refs/heads/TINKERPOP-1278
Commit: 63fe461a266e1d67f4acf6821345d3d6d672a339
Parents: f5925e7
Author: Leifur Halldor Asgeirsson <lasgeirs...@zerofail.com>
Authored: Thu Jun 16 13:32:25 2016 -0400
Committer: Leifur Halldor Asgeirsson <lasgeirs...@zerofail.com>
Committed: Thu Jun 16 13:32:25 2016 -0400

----------------------------------------------------------------------
 gremlin-variant/src/main/jython/setup.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/63fe461a/gremlin-variant/src/main/jython/setup.py
----------------------------------------------------------------------
diff --git a/gremlin-variant/src/main/jython/setup.py 
b/gremlin-variant/src/main/jython/setup.py
index ec3df2e..d1a0bb1 100644
--- a/gremlin-variant/src/main/jython/setup.py
+++ b/gremlin-variant/src/main/jython/setup.py
@@ -47,4 +47,7 @@ setup(
     url='http://tinkerpop.apache.org',
     description='Gremlin Language Variant for Apache TinkerPop - Gremlin',
     long_description=open("README").read(),
-)
\ No newline at end of file
+    install_requires=[
+        'aenum'
+    ]
+)

Reply via email to