python3Packages.docloud: fix build
This commit is contained in:
parent
622743709a
commit
33f9e54720
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user