python310Packages.jaraco-functools: rename from jaraco_functools

This commit is contained in:
Theodore Ni
2023-07-14 15:22:09 -07:00
parent 497eedf796
commit cc90670759
10 changed files with 18 additions and 16 deletions
@@ -2,7 +2,7 @@
, stdenv
, buildPythonPackage
, fetchPypi
, jaraco_functools
, jaraco-functools
, jaraco_text
, more-itertools
, portend
@@ -35,7 +35,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
jaraco_functools
jaraco-functools
more-itertools
six
];