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