python-packages: webtest: unittest2 is a Python package

This commit is contained in:
Tobias Geerinckx-Rice 2015-05-24 20:34:07 +02:00
parent af15a201e1
commit 2af3773342

View File

@ -13217,7 +13217,7 @@ let
# XXX: skipping two tests fails in python2.6
doCheck = ! isPy26;
buildInputs = optionals isPy26 [ self.ordereddict unittest2 ];
buildInputs = with self; optionals isPy26 [ ordereddict unittest2 ];
propagatedBuildInputs = with self; [
nose