pythonPackages: remove outdated glance, use glanceclient

This commit is contained in:
Domen Kožar 2015-12-03 11:06:45 +01:00
parent a4fc362c54
commit 710b350b8e

View File

@ -7963,29 +7963,6 @@ in modules // {
};
};
glance = buildPythonPackage rec {
name = "glance-0.1.7";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/g/glance/${name}.tar.gz";
md5 = "e733713ccd23e4a6253386a47971cfb5";
};
buildInputs = with self; [ nose mox ];
# tests fail for python2.6
doCheck = python.majorVersion != "2.6";
propagatedBuildInputs = with self; [ gflags sqlalchemy webob routes eventlet ];
PYTHON_EGG_CACHE = "`pwd`/.egg-cache";
meta = {
homepage = https://launchpad.net/glance;
description = "Services for discovering, registering, and retrieving virtual machine images";
};
};
glances = buildPythonPackage rec {
name = "glances-${version}";
version = "2.4.2";