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