Remove the dependency on python pkgconfig package in the dependency extractor.

This causes dependency extraction to fail on python2, with nixos-21.11.
This commit is contained in:
Tom Prince 2021-12-02 12:53:56 -07:00
parent 31b21203a1
commit 7e2dddd8e7

View file

@ -82,7 +82,6 @@ let
python_env = python.withPackages (ps: with ps; [
# base requirements
setuptools
pkgconfig
]);
in
patchDistutils python_env;