pythonPackages.natbib: fix for Python 3.5 (#21114)
pathlib is part of the standard library starting in version 3.5.
This commit is contained in:
parent
1b6e2b9a19
commit
f3108c5bd2
@ -8254,8 +8254,9 @@ in {
|
||||
pytestflakes
|
||||
pytestpep8
|
||||
mock
|
||||
pathlib
|
||||
];
|
||||
]
|
||||
# pathlib was made part of standard library in 3.5:
|
||||
++ (optionals (pythonOlder "3.4") [ pathlib ]);
|
||||
|
||||
meta = {
|
||||
description = "Natural sorting for python";
|
||||
|
Loading…
Reference in New Issue
Block a user