Merge pull request #126104 from Infinisil/defusedxml-py2
python2Packages.defusedxml: Allow build
This commit is contained in:
commit
5b41dc1881
1 changed files with 0 additions and 2 deletions
|
@ -1,14 +1,12 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, python
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "defusedxml";
|
||||
version = "0.7.1";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue