python3Packages.cairocffi: 1.1.0 -> 1.2.0

This commit is contained in:
Matthieu Coudron
2021-03-07 16:55:38 +01:00
parent 4f85b3667b
commit d1dc02322a
2 changed files with 4 additions and 3 deletions
@@ -23,7 +23,7 @@ buildPythonPackage rec {
fontDirectories = [ freefont_ttf ];
};
checkInputs = [ pytest pytestrunner glibcLocales ];
checkInputs = [ numpy pytest pytestrunner glibcLocales ];
propagatedBuildInputs = [ cairo cffi ] ++ lib.optional withXcffib xcffib;
checkPhase = ''