python3Packages.cloudflare: fix build

This commit is contained in:
Jonathan Ringer 2020-08-29 10:59:51 -07:00 committed by Frederik Rietdijk
parent f0c9d18a6b
commit a8b6169aa2

View File

@ -1,6 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, beautifulsoup4
, requests , requests
, future , future
, pyyaml , pyyaml
@ -17,6 +18,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
beautifulsoup4
requests requests
future future
pyyaml pyyaml