pythonPackages.Werkzeug: fix build Python 3.x
that was broken by 7916a16c8ec3340f85cf5b3e27722f0da6fef141
This commit is contained in:
parent
35793f1917
commit
a36fc3c845
@ -24664,8 +24664,12 @@ in modules // {
|
||||
sha256 = "1vpf98k4jp4yhbv2jbyq8dj5fdasrd26rkq34pacs5n7mkxxlr6c";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
propagatedBuildInputs = with self; [ itsdangerous ];
|
||||
nativeBuildInputs = with self; [ pytest requests ];
|
||||
buildInputs = with self; [ pytest requests2 pkgs.glibcLocales ];
|
||||
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = http://werkzeug.pocoo.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user