python38Packages.crate: fix build

This commit is contained in:
Mario Rodas 2020-12-14 04:20:00 +00:00
parent 7666fb25d0
commit 9119b3702b

View File

@ -2,8 +2,8 @@
, fetchPypi
, buildPythonPackage
, urllib3
, geojson
, isPy3k
, mock
, sqlalchemy
, pytestCheckHook
}:
@ -20,12 +20,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [
urllib3
sqlalchemy
geojson
];
checkInputs = [
pytestCheckHook
sqlalchemy
mock
];
meta = with stdenv.lib; {