add missing propagatedBuildInputs to bibtexparser
This commit is contained in:
parent
df9148c2aa
commit
0f5e8a360d
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, future, pyparsing
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -13,6 +14,8 @@ buildPythonPackage rec {
|
||||
sha256 = "cc41cdd8332c2bf44b97daf1f135f4f267c3b744c33976655cd270b66f964c0a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ future pyparsing ];
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user