python3Packages.qasm2image: require Python 3.5 at least

According to `setup.py` in 0.8 older Python wouldn't work.
This commit is contained in:
Maximilian Bosch 2019-03-09 15:20:48 +01:00 committed by Robert Schütz
parent def5aeb17f
commit 16c2c6b66d

View file

@ -8,6 +8,7 @@
, svgwrite
, colorama
, python
, pythonOlder
}:
buildPythonPackage rec {
@ -21,6 +22,8 @@ buildPythonPackage rec {
sha256 = "1bnkzv7wrdvrq71dmsqanb3v2hcsxh5zaglfcxm2d9zzpmvb4a2n";
};
disabled = pythonOlder "3.5";
propagatedBuildInputs = [
cairocffi
cairosvg