pythonPackages.webcolors: disable python2, abandoned upstream
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, python
|
||||
, six
|
||||
}:
|
||||
@@ -8,6 +9,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "webcolors";
|
||||
version = "1.11.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user