pythonPackages.lmdb: don't depend on ludios_wpull
This makes no sense and yet was added in 65eccfad5d32328d12cf8b42d02560905a8c9bae This was breaking the build of python3Packages.lmdb because ludios_wpull does not build on 3.8, only 3.7.
This commit is contained in:
parent
61fd1e1595
commit
cead5384d8
@ -4,7 +4,6 @@
|
|||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, cffi
|
, cffi
|
||||||
, lmdb
|
, lmdb
|
||||||
, ludios_wpull
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,8 +17,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ lmdb ];
|
buildInputs = [ lmdb ];
|
||||||
|
|
||||||
propogatedBuildInputs = [ ludios_wpull ];
|
|
||||||
|
|
||||||
checkInputs = [ cffi pytestCheckHook ];
|
checkInputs = [ cffi pytestCheckHook ];
|
||||||
|
|
||||||
LMDB_FORCE_SYSTEM=1;
|
LMDB_FORCE_SYSTEM=1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user