pathpy fixup
This commit is contained in:
parent
57edb26a60
commit
3439d91608
@ -5,6 +5,7 @@
|
|||||||
, pytestrunner
|
, pytestrunner
|
||||||
, pytest
|
, pytest
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
|
, packaging
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -17,8 +18,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "16134e5b287aba4a4125a6722e7837cf2a149fccc5000c500ae6c71a5525488b";
|
sha256 = "16134e5b287aba4a4125a6722e7837cf2a149fccc5000c500ae6c71a5525488b";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner ];
|
checkInputs = [ pytest pytestrunner glibcLocales packaging ];
|
||||||
buildInputs = [setuptools_scm glibcLocales ];
|
buildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
LC_ALL="en_US.UTF-8";
|
LC_ALL="en_US.UTF-8";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user