forked from mirrors/nixpkgs
syncserver: fix dependency conflict with webtest
This commit is contained in:
parent
e619ace733
commit
f7e4531979
|
@ -8146,7 +8146,8 @@ in {
|
|||
sha256 = "038ign7qlavlmvrhb2y8bygbxvy4j7bx2k1zg0i3wblg2ja50w7h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pyramid hawkauthlib tokenlib webtest ];
|
||||
propagatedBuildInputs = with self; [ pyramid hawkauthlib tokenlib ];
|
||||
buildInputs = with self; [ webtest ];
|
||||
};
|
||||
|
||||
pyroute2 = callPackage ../development/python-modules/pyroute2 { };
|
||||
|
@ -26681,7 +26682,7 @@ EOF
|
|||
pyramid sqlalchemy simplejson mozsvc cornice pyramid_hawkauth pymysql
|
||||
pymysqlsa umemcache WSGIProxy requests pybrowserid
|
||||
];
|
||||
buildInputs = with self; [ testfixtures unittest2 ];
|
||||
buildInputs = with self; [ testfixtures unittest2 webtest ];
|
||||
|
||||
#doCheck = false; # lazy packager
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue