python3Packages.elementpath: update ordering
This commit is contained in:
parent
38ea5245a3
commit
32fda5d166
@ -5,8 +5,9 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "2.4.0";
|
||||
pname = "elementpath";
|
||||
version = "2.4.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@ -20,7 +21,9 @@ buildPythonPackage rec {
|
||||
# avoid circular dependency with xmlschema which directly depends on this
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "elementpath" ];
|
||||
pythonImportsCheck = [
|
||||
"elementpath"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml";
|
||||
|
Loading…
Reference in New Issue
Block a user