chore: clean up some packaging code

This commit is contained in:
matt1432 2025-03-22 16:02:57 -04:00
parent 6b3a78c5cf
commit 8720d95e76
7 changed files with 35 additions and 26 deletions
packages/urllib3

View file

@ -2,9 +2,9 @@
{
# nix build inputs
lib,
fetchPypi,
# deps
python3Packages,
fetchPypi,
...
}:
python3Packages.buildPythonPackage rec {
pname = "urllib3";