This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new c37d303  Added isodate to pip calls which enables docs to generate 
properly CTR
     new dc32624  Merge branch 'tp33'
c37d303 is described below

commit c37d3035898d61cb3aabde1b5893ce24ab44557e
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Mar 12 14:10:03 2019 -0400

    Added isodate to pip calls which enables docs to generate properly CTR
---
 gremlin-python/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 18275d0..f7f8300 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -316,7 +316,7 @@ limitations under the License.
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python2" executable="env/bin/pip"
                                               failonerror="true">
-                                            <arg line="install wheel 
radish-bdd PyHamcrest aenum"/>
+                                            <arg line="install wheel 
radish-bdd PyHamcrest aenum isodate"/>
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python3" executable="virtualenv"
                                               failonerror="true">
@@ -324,7 +324,7 @@ limitations under the License.
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python3" executable="env/bin/pip"
                                               failonerror="true">
-                                            <arg line="install wheel 
radish-bdd PyHamcrest aenum"/>
+                                            <arg line="install wheel 
radish-bdd PyHamcrest aenum isodate"/>
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python-packaged" executable="virtualenv"
                                               failonerror="true">

Reply via email to