From 810a5c8d1c26dae03f39d9899f7b3c12a5f674e6 Mon Sep 17 00:00:00 2001 From: Kit Yan Choi Date: Thu, 2 Jul 2020 11:55:44 +0100 Subject: [PATCH] Add source_dependencies variable back for the cron job --- etstool.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etstool.py b/etstool.py index d6bf03801..2453df2a2 100644 --- a/etstool.py +++ b/etstool.py @@ -109,6 +109,11 @@ "docutils" } +# NOTE : pyface is always installed from source +source_dependencies = { + "traits": "git+http://github.com/enthought/traits.git#egg=traits", +} + # Additional toolkit-independent dependencies for demo testing test_dependencies = { "apptools",