python3Packages.nbconflux: disable for py2
This commit is contained in:
parent
f411927e63
commit
d4873aa586
@ -1,8 +1,9 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub, nbconvert, pytest, requests, responses }:
|
{ lib, buildPythonPackage, fetchFromGitHub, isPy27, nbconvert, pytest, requests, responses }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbconflux";
|
pname = "nbconflux";
|
||||||
version = "0.7.0";
|
version = "0.7.0";
|
||||||
|
disabled = isPy27; # no longer compatible with python 2 urllib
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Valassis-Digital-Media";
|
owner = "Valassis-Digital-Media";
|
||||||
|
Loading…
Reference in New Issue
Block a user