python-deform: unittest2 needed on python 26

This commit is contained in:
Rok Garbas 2013-04-22 22:57:58 +02:00
parent b67cf97f5c
commit 7b9fc733dd

View file

@ -891,6 +891,8 @@ pythonPackages = python.modules // rec {
md5 = "2ed7b69644a6d8f4e1404e1892329240";
};
buildInputs = [] ++ optional isPy26 unittest2;
propagatedBuildInputs =
[ pythonPackages.beautifulsoup4
pythonPackages.peppercorn