pythonPackages.monty: python2 no longer supported
This commit is contained in:
parent
b075a26597
commit
2ab313317b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user