pythonPackages.base58: disable python2
python2 abandoned upstream
This commit is contained in:
parent
c3597a127a
commit
fe1a38a2e2
@ -1,8 +1,9 @@
|
|||||||
{ stdenv, fetchPypi, buildPythonPackage, pytest, pyhamcrest }:
|
{ stdenv, fetchPypi, buildPythonPackage, isPy27, pytest, pyhamcrest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "base58";
|
pname = "base58";
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
|
disabled = isPy27; # python 2 abandoned upstream
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user