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
, nose
, pytest
@ -8,6 +8,7 @@
buildPythonPackage rec {
pname = "numpydoc";
version = "1.1.0";
disabled = isPy27;
src = fetchPypi {
inherit pname;