forked from mirrors/nixpkgs
python-deform: unittest2 needed on python 26
This commit is contained in:
parent
b67cf97f5c
commit
7b9fc733dd
|
@ -891,6 +891,8 @@ pythonPackages = python.modules // rec {
|
|||
md5 = "2ed7b69644a6d8f4e1404e1892329240";
|
||||
};
|
||||
|
||||
buildInputs = [] ++ optional isPy26 unittest2;
|
||||
|
||||
propagatedBuildInputs =
|
||||
[ pythonPackages.beautifulsoup4
|
||||
pythonPackages.peppercorn
|
||||
|
|
Loading…
Reference in a new issue