pythonPackages: deprecate ConfigArgParse alias
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, pythonAtLeast, intervaltree, pyflakes, requests, lxml, google-i18n-address
|
||||
, pycountry, html5lib, six, kitchen, pypdf2, dict2xml, weasyprint, pyyaml, jinja2, ConfigArgParse, appdirs
|
||||
, pycountry, html5lib, six, kitchen, pypdf2, dict2xml, weasyprint, pyyaml, jinja2, configargparse, appdirs
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
pypdf2
|
||||
dict2xml
|
||||
weasyprint
|
||||
ConfigArgParse
|
||||
configargparse
|
||||
appdirs
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user