pythonPackages.lmdb: don't depend on ludios_wpull
This makes no sense and yet was added in 65eccfad5d
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
|
||||
, cffi
|
||||
, lmdb
|
||||
, ludios_wpull
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -18,8 +17,6 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ lmdb ];
|
||||
|
||||
propogatedBuildInputs = [ ludios_wpull ];
|
||||
|
||||
checkInputs = [ cffi pytestCheckHook ];
|
||||
|
||||
LMDB_FORCE_SYSTEM=1;
|
||||
|
Loading…
Reference in New Issue
Block a user