Merge pull request #28193 from Nadrieril/fix-syncserver

syncserver: fix dependency conflict with webtest

Changed files
+3 -2
pkgs
+3 -2
pkgs/top-level/python-packages.nix
···
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 { };
···
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