pythonPackages.monty: python2 no longer supported
This commit is contained in:
parent
b075a26597
commit
2ab313317b
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, isPy27
|
||||||
, nose
|
, nose
|
||||||
, numpy
|
, numpy
|
||||||
, six
|
, six
|
||||||
@ -15,6 +16,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "monty";
|
pname = "monty";
|
||||||
version = "3.0.2";
|
version = "3.0.2";
|
||||||
|
disabled = isPy27; # uses type annotations
|
||||||
|
|
||||||
# No tests in Pypi
|
# No tests in Pypi
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user