Merge pull request #155546 from risicle/ris-frozendict-2.2.0

python3Packages.frozendict: 2.2.0 -> 2.3.0
This commit is contained in:
Pascal Bach
2022-02-12 10:45:25 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "frozendict";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-jj1HNfmhPRB3Vn5WhHFmPzJE+FrImyP4yzHPIx2+Rbk=";
sha256 = "1dd0bqhai4k3fj9ydcwmc9hvbmrsklk349ys21w8x4n5xynk2hns";
};
pythonImportsCheck = [
+6
View File
@@ -18,6 +18,12 @@ buildPythonApplication rec {
sha256 = "sha256-qhwFRveFCwflQmVCwzThC8sP+YCqckgCaXAc3IRms0g=";
};
# frozendict version constraint is to avoid a debian issue we don't have
postPatch = ''
substituteInPlace synapse/python_dependencies.py \
--replace '"frozendict' '"frozendict", #'
'';
buildInputs = [ openssl ];
propagatedBuildInputs = [