python38Packages.crate: fix build
This commit is contained in:
parent
7666fb25d0
commit
9119b3702b
@ -2,8 +2,8 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, urllib3
|
, urllib3
|
||||||
|
, geojson
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, mock
|
|
||||||
, sqlalchemy
|
, sqlalchemy
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
@ -20,12 +20,12 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
urllib3
|
urllib3
|
||||||
|
sqlalchemy
|
||||||
|
geojson
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
sqlalchemy
|
|
||||||
mock
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user