pythonPackages: deprecate ConfigArgParse alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:54 +02:00
parent 9df3d2ca2c
commit b4099137b1
14 changed files with 17 additions and 17 deletions
@@ -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
];