python3Packages.docloud: fix build

This commit is contained in:
Fabian Affolter 2021-04-02 11:14:00 +02:00
parent 622743709a
commit 33f9e54720

View File

@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, requests , requests
, six
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -15,6 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
requests requests
six
]; ];
# Pypi's tarball doesn't contain tests. Source not available. # Pypi's tarball doesn't contain tests. Source not available.