pythonPackages.graphite-web: update dependencies
This commit is contained in:
committed by
Frederik Rietdijk
parent
380cb1e995
commit
28876daed3
@@ -1,6 +1,19 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, isPy3k
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, django, django_tagging, whisper, pycairo, cairocffi, ldap, memcached, pytz, urllib3, scandir
|
, django
|
||||||
|
, memcached
|
||||||
|
, txamqp
|
||||||
|
, django_tagging
|
||||||
|
, gunicorn
|
||||||
|
, pytz
|
||||||
|
, pyparsing
|
||||||
|
, cairocffi
|
||||||
|
, whisper
|
||||||
|
, whitenoise
|
||||||
|
, scandir
|
||||||
|
, urllib3
|
||||||
|
, six
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "graphite-web";
|
pname = "graphite-web";
|
||||||
version = "1.1.7";
|
version = "1.1.7";
|
||||||
@@ -15,8 +28,19 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
django django_tagging whisper pycairo cairocffi
|
django
|
||||||
ldap memcached pytz urllib3 scandir
|
memcached
|
||||||
|
txamqp
|
||||||
|
django_tagging
|
||||||
|
gunicorn
|
||||||
|
pytz
|
||||||
|
pyparsing
|
||||||
|
cairocffi
|
||||||
|
whisper
|
||||||
|
whitenoise
|
||||||
|
scandir
|
||||||
|
urllib3
|
||||||
|
six
|
||||||
];
|
];
|
||||||
|
|
||||||
# Carbon-s default installation is /opt/graphite. This env variable ensures
|
# Carbon-s default installation is /opt/graphite. This env variable ensures
|
||||||
@@ -28,6 +52,8 @@ buildPythonPackage rec {
|
|||||||
--replace "join(WEBAPP_DIR, 'content')" "join('$out', 'webapp', 'content')"
|
--replace "join(WEBAPP_DIR, 'content')" "join('$out', 'webapp', 'content')"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "graphite" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://graphiteapp.org/";
|
homepage = "http://graphiteapp.org/";
|
||||||
description = "Enterprise scalable realtime graphing";
|
description = "Enterprise scalable realtime graphing";
|
||||||
|
|||||||
Reference in New Issue
Block a user