mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
add pythonPackages.contextlib2
This commit is contained in:
parent
5c2d17780d
commit
1daddde5dd
@ -1142,6 +1142,15 @@ rec {
|
||||
};
|
||||
|
||||
|
||||
contextlib2 = buildPythonPackage rec {
|
||||
name = "contextlib2-0.4.0";
|
||||
|
||||
src = fetchurl rec {
|
||||
url = "https://pypi.python.org/packages/source/c/contextlib2/${name}.tar.gz";
|
||||
md5 = "ea687207db25f65552061db4a2c6727d";
|
||||
};
|
||||
};
|
||||
|
||||
coverage = buildPythonPackage rec {
|
||||
name = "coverage-3.6";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user