python2Packages.mongoengine: disable
``` Processing ./mongoengine-0.20.0-py2-none-any.whl ERROR: Package 'mongoengine' requires a different Python: 2.7.18 not in '>=3.5' ```
This commit is contained in:
parent
2f4b07712f
commit
a643f8350f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pymongo
|
||||
, isPy27
|
||||
, six
|
||||
, blinker
|
||||
, nose
|
||||
|
@ -12,6 +13,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "mongoengine";
|
||||
version = "0.20.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MongoEngine";
|
||||
|
|
Loading…
Reference in a new issue