mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
pythonPackages: remove outdated glance, use glanceclient
This commit is contained in:
parent
a4fc362c54
commit
710b350b8e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue