python312Packages.mechanize: refactor

This commit is contained in:
Fabian Affolter
2024-05-11 21:55:38 +02:00
parent 608b9d1989
commit 85f29f3518
@@ -19,11 +19,11 @@ buildPythonPackage rec {
hash = "sha256-HeqUf5vn6gq2EPe7xKTja0XWv9/O6imtPTiaiKGVfd8=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
html5lib
];