python2Packages.numpydoc: disable for python2

This commit is contained in:
Jonathan Ringer 2020-08-16 21:11:16 -07:00
parent f156e8cbc9
commit 347cc6422f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi, isPy27
, jinja2 , jinja2
, nose , nose
, pytest , pytest
@ -8,6 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "numpydoc"; pname = "numpydoc";
version = "1.1.0"; version = "1.1.0";
disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname; inherit pname;