python.pkgs.beancount: fix build
This commit is contained in:
parent
fbd30cb768
commit
6816117ace
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k
|
{ stdenv, buildPythonPackage, fetchPypi, isPy3k
|
||||||
, beautifulsoup4, bottle, chardet, dateutil
|
, beautifulsoup4, bottle, chardet, dateutil
|
||||||
, google_api_python_client, lxml, ply, python_magic
|
, google_api_python_client, lxml, ply, python_magic
|
||||||
, nose }:
|
, nose, requests }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.1.2";
|
version = "2.1.2";
|
||||||
@ -31,6 +31,7 @@ buildPythonPackage rec {
|
|||||||
lxml
|
lxml
|
||||||
ply
|
ply
|
||||||
python_magic
|
python_magic
|
||||||
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user