python312Packages.htmldate: refactor

This commit is contained in:
Fabian Affolter 2024-04-12 10:14:43 +02:00
parent 16317c40ea
commit 4ac754bd55

View File

@ -25,11 +25,11 @@ buildPythonPackage rec {
hash = "sha256-yvFobPdcYd0fBh7eXXpG51mxXV+Zh82OE8jEI3URJj0="; hash = "sha256-yvFobPdcYd0fBh7eXXpG51mxXV+Zh82OE8jEI3URJj0=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];
propagatedBuildInputs = [ dependencies = [
charset-normalizer charset-normalizer
dateparser dateparser
lxml lxml