pythonPackages.pathlib2: remove unnecessary python version check
This commit is contained in:
parent
3026f55a0c
commit
5df3a4d9b9
@ -8,7 +8,7 @@
|
|||||||
, mock
|
, mock
|
||||||
}:
|
}:
|
||||||
|
|
||||||
if !(pythonOlder "3.4") then null else buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pathlib2";
|
pname = "pathlib2";
|
||||||
version = "2.3.2";
|
version = "2.3.2";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user