From ea47e380b91021eae5efab8af015ec9332b30c36 Mon Sep 17 00:00:00 2001
From: Isuru Fernando <isuruf@gmail.com>
Date: Tue, 28 Aug 2018 23:17:24 -0500
Subject: [PATCH] Use egg in pip url

---
 asv.conf.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/asv.conf.json b/asv.conf.json
index 6642e26f..9632c4fb 100644
--- a/asv.conf.json
+++ b/asv.conf.json
@@ -72,9 +72,9 @@
         "pyopencl" : [""],
         "islpy" : [""],
         "pocl" : [""],
-        "pip+git+https://github.com/inducer/pymbolic": [""],
-        "pip+git+https://gitlab.tiker.net/inducer/boxtree": [""],
-        "pip+git+https://github.com/inducer/loopy": [""],
+        "pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""],
+        "pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""],
+        "pip+git+https://github.com/inducer/loopy#egg=loopy": [""],
     },
 
     // Combinations of libraries/python versions can be excluded/included
-- 
GitLab