pythonPackages.monty: python2 no longer supported

This commit is contained in:
Jonathan Ringer 2019-12-24 09:51:16 -08:00 committed by Frederik Rietdijk
parent b075a26597
commit 2ab313317b

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, isPy27
, nose
, numpy
, six
@ -15,6 +16,7 @@
buildPythonPackage rec {
pname = "monty";
version = "3.0.2";
disabled = isPy27; # uses type annotations
# No tests in Pypi
src = fetchFromGitHub {