python3Packages.cloudflare: fix build
This commit is contained in:
parent
f0c9d18a6b
commit
a8b6169aa2
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, beautifulsoup4
|
||||
, requests
|
||||
, future
|
||||
, pyyaml
|
||||
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
beautifulsoup4
|
||||
requests
|
||||
future
|
||||
pyyaml
|
||||
|
Loading…
Reference in New Issue
Block a user