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