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";
|
md5 = "2ed7b69644a6d8f4e1404e1892329240";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [] ++ optional isPy26 unittest2;
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ pythonPackages.beautifulsoup4
|
[ pythonPackages.beautifulsoup4
|
||||||
pythonPackages.peppercorn
|
pythonPackages.peppercorn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user