pypyPackages.jsonwatch: comment why it's disabled
This commit is contained in:
parent
8c0b08d705
commit
24fed22cff
@ -2266,7 +2266,7 @@ rec {
|
||||
jsonwatch = buildPythonPackage rec {
|
||||
name = "jsonwatch-0.2.0";
|
||||
|
||||
disabled = isPyPy;
|
||||
disabled = isPyPy; # doesn't find setuptools
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/dbohdan/jsonwatch/archive/v0.2.0.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user