pythonPackages.inflection: disable python2, abandoned
This commit is contained in:
parent
1a230cfb20
commit
ad3f2ad42e
@ -1,8 +1,9 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, pytest } :
|
||||
{ lib, fetchPypi, buildPythonPackage, isPy27, pytest } :
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "inflection";
|
||||
version = "0.4.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user