[lxc-devel] [pylxd/master] Keep pbr dependency in setup_requires (fixes #308, follows #309)

pdecat on Github lxc-bot at linuxcontainers.org
Fri Jun 8 06:18:00 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 2105 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180608/6a8302c4/attachment.bin>
-------------- next part --------------
From 2f8a3beb8af9e2a2d294bf96a587b2f3a7ba514f Mon Sep 17 00:00:00 2001
From: Patrick Decat <pdecat at gmail.com>
Date: Fri, 8 Jun 2018 08:15:41 +0200
Subject: [PATCH] Keep pbr dependency in setup_requires (fixes #308, follows
 #309)

Signed-off-by: Patrick Decat <pdecat at gmail.com>
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 43d3ccc..e770088 100644
--- a/setup.py
+++ b/setup.py
@@ -25,8 +25,10 @@
     pass
 
 setuptools.setup(
-    install_requires=[
+    setup_requires=[
         'pbr>=1.8',
+    ],
+    install_requires=[
         'requests!=2.8.0,>=2.5.2',
         # >= 0.1.5 needed for HTTP_PROXY support
         'requests-unixsocket>=0.1.5',


More information about the lxc-devel mailing list