From 0b150afe74f8a10d3265456978332a1dd7bb80e8 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Feb 07 2019 15:02:48 +0000 Subject: Remove .spec file --- diff --git a/Vagrantfile b/Vagrantfile index 3a39ec1..6de66aa 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ $script = <<-'SCRIPT' set -e - dnf -y builddep /opt/greenwave/greenwave.spec + dnf -y install \ git-core \ postgresql-server \ @@ -11,6 +11,12 @@ $script = <<-'SCRIPT' python3-gunicorn \ python3-psycopg2 \ python3-pylint \ + python3-dogpile-cache \ + python3-fedmsg \ + python3-flask \ + python3-prometheus_client \ + python3-PyYAML \ + python3-requests \ vim systemctl enable postgresql diff --git a/docs/dev-guide.rst b/docs/dev-guide.rst index ce9c843..768c809 100644 --- a/docs/dev-guide.rst +++ b/docs/dev-guide.rst @@ -13,7 +13,13 @@ Install dependencies: .. code-block:: console - $ sudo dnf builddep greenwave.spec + $ sudo dnf -y install \ + python3-dogpile-cache \ + python3-fedmsg \ + python3-flask \ + python3-prometheus_client \ + python3-PyYAML \ + python3-requests Create a local configuration file: