Commit 98bbd068 authored by Xavier Thompson's avatar Xavier Thompson

Add support for slapos.buildout >= 3.0.1+slapos001

zc.buildout >= 3.0.0 depends on pip and wheel as well
parent 531bb6a1
......@@ -10,7 +10,7 @@ class FakeSysExecutable(object):
def get_distributions():
from pkg_resources import get_distribution
distributions = ['setuptools', 'zc.buildout']
distributions = ['setuptools', 'zc.buildout', 'wheel', 'pip']
try:
import slapos.libnetworkcache
except ImportError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment