Merge pull request #106903 from marsam/fix-python-create-build

python38Packages.crate: fix build
This commit is contained in:
Mario Rodas 2020-12-14 10:22:21 -05:00 committed by GitHub
commit d324f5d218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {