Merge pull request #118301 from siriobalmelli-foss/fix/python3Packages.beancount_docverif
python3Packages.beancount_docverif: add build dependency
This commit is contained in:
commit
991a93e1f0
|
@ -1,4 +1,5 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, isPy3k
|
||||
, setuptools-scm
|
||||
, beancount
|
||||
, pytest, sh
|
||||
}:
|
||||
|
@ -14,6 +15,10 @@ buildPythonPackage rec {
|
|||
sha256 = "1kjc0axrxpvm828lqq5m2ikq0ls8xksbmm7312zw867gdx56x5aj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
beancount
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue