python2Packages.numpydoc: disable for python2
This commit is contained in:
parent
f156e8cbc9
commit
347cc6422f
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27
|
||||
, jinja2
|
||||
, nose
|
||||
, pytest
|
||||
@ -8,6 +8,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "numpydoc";
|
||||
version = "1.1.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname;
|
||||
|
Loading…
Reference in New Issue
Block a user