3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.beancount: fix build

This commit is contained in:
Frederik Rietdijk 2018-06-22 12:51:09 +02:00
parent fbd30cb768
commit 6816117ace

View file

@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, fetchPypi, isPy3k
, beautifulsoup4, bottle, chardet, dateutil
, google_api_python_client, lxml, ply, python_magic
, nose }:
, nose, requests }:
buildPythonPackage rec {
version = "2.1.2";
@ -31,6 +31,7 @@ buildPythonPackage rec {
lxml
ply
python_magic
requests
];
meta = {