pythonPackages.flask-pymongo: fix build
add missing dependency: vcversioner
This commit is contained in:
parent
9e4b0b795c
commit
781eaa1377
@ -2,6 +2,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, flask
|
, flask
|
||||||
, pymongo
|
, pymongo
|
||||||
|
, vcversioner
|
||||||
, lib
|
, lib
|
||||||
, pytest
|
, pytest
|
||||||
}:
|
}:
|
||||||
@ -18,13 +19,13 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test tests
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Tests seem to hang
|
# Tests seem to hang
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [ flask pymongo ];
|
propagatedBuildInputs = [ flask pymongo vcversioner ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://flask-pymongo.readthedocs.org/";
|
homepage = "http://flask-pymongo.readthedocs.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user