python.pkgs.importlib: remove
importlib is included in Python 2.7+ and 3.1+
This commit is contained in:
parent
bb147bbc0b
commit
7b9141d172
@ -4840,8 +4840,7 @@ in {
|
||||
sha256 = "01iv8w6lmmq98qjhxmnp8ddjxifmhxcmp612ijd91wc8nv8lk12w";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ django ] ++
|
||||
(optionals (pythonOlder "2.7") [ importlib ordereddict ]);
|
||||
propagatedBuildInputs = with self; [ django ];
|
||||
|
||||
meta = {
|
||||
description = "An extension to the Django web framework that provides comprehensive version control facilities";
|
||||
@ -6472,17 +6471,6 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
importlib = buildPythonPackage rec {
|
||||
name = "importlib-1.0.2";
|
||||
|
||||
disabled = isPyPy;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/i/importlib/importlib-1.0.2.tar.gz";
|
||||
sha256 = "131jvp6ahllcqblszjg6fxrzh4k50w8g60sq924b4nb8lxm9dl14";
|
||||
};
|
||||
};
|
||||
|
||||
inflection = callPackage ../development/python-modules/inflection { };
|
||||
|
||||
influxdb = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user