python3Packages.portpicker: fix build

This commit is contained in:
Jonathan Ringer 2021-06-18 16:38:32 -07:00 committed by Martin Weinelt
parent 0eddcbdc5a
commit c5adeef791

View file

@ -6,6 +6,7 @@
buildPythonPackage rec {
pname = "portpicker";
version = "1.4.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;